Skip to content
Snippets Groups Projects
Commit 4bb243ea authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-378: processed review comment: removed unused imports

parent 0a4d9b08
No related branches found
No related tags found
No related merge requests found
......@@ -23,15 +23,12 @@ if __name__ == '__main__':
import os
import os.path
import sys
import fnmatch
import glob
from optparse import OptionParser, OptionGroup
from datetime import datetime, timedelta
from lofar.parameterset import *
from lofar.qa.hdf5_io import *
from lofar.common.datetimeutils import parseDatetime
# make sure we run in UTC timezone
os.environ['TZ'] = 'UTC'
......
......@@ -26,7 +26,6 @@ if __name__ == '__main__':
from optparse import OptionParser
from lofar.qa.hdf5_io import *
from lofar.parameterset import *
# make sure we run in UTC timezone
os.environ['TZ'] = 'UTC'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment