Skip to content

Commit 2186507

Browse files
committed
Fix one more Satpy import warning (FSFile)
1 parent 32ec8c2 commit 2186507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polar2grid/_glue_argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _fsfiles_for_s3(input_filenames):
8282
8383
"""
8484
import fsspec
85-
from satpy.readers import FSFile
85+
from satpy.readers.core.remote import FSFile
8686

8787
kwargs = {"anon": True}
8888
if "simplecache::" in input_filenames[0]:

0 commit comments

Comments
 (0)