Skip to content

Commit

Permalink
Remove unused import: Fix for flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <adam.dybbroe@smhi.se>
  • Loading branch information
adybbroe committed Jun 13, 2018
1 parent 4598bd1 commit 90dadfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download_atm_correction_luts.py
Expand Up @@ -28,7 +28,7 @@
import logging
import argparse
from pyspectral.utils import download_luts, AEROSOL_TYPES
from pyspectral.utils import logging_on, logging_off, get_logger
from pyspectral.utils import logging_on, logging_off


if __name__ == "__main__":
Expand Down

0 comments on commit 90dadfe

Please sign in to comment.