Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiglierhammer committed Dec 6, 2024
1 parent 59e48be commit 391271a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions glamod_marine_processing/obs_suite/scripts/level3.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@

import datetime
import logging
import os
import sys
from importlib import reload

from _utilities import FFS, level3_columns, read_cdm_tables, script_setup, table_to_csv
from _utilities import level3_columns, read_cdm_tables, script_setup, table_to_csv

reload(logging) # This is to override potential previous config of logging

Expand Down

0 comments on commit 391271a

Please sign in to comment.