diff --git a/satpy/readers/ahi_l1b_gridded_bin.py b/satpy/readers/ahi_l1b_gridded_bin.py index 0ba177344b..9341927893 100644 --- a/satpy/readers/ahi_l1b_gridded_bin.py +++ b/satpy/readers/ahi_l1b_gridded_bin.py @@ -142,8 +142,9 @@ def _calibrate(self, data): @staticmethod def _download_luts(file_name): """Download LUTs from remote server.""" - import urllib import shutil + import urllib + # Set up an connection and download with urllib.request.urlopen(AHI_REMOTE_LUTS) as response: # nosec with open(file_name, 'wb') as out_file: