Index: wflow-py/wflow/wf_netcdfio.py =================================================================== diff -u -rb90c267fae9ec3423464cf9b6c7a9bcbcd45d3a0 -r236be615eeede4006b55d024fe76920d8f8c3d20 --- wflow-py/wflow/wf_netcdfio.py (.../wf_netcdfio.py) (revision b90c267fae9ec3423464cf9b6c7a9bcbcd45d3a0) +++ wflow-py/wflow/wf_netcdfio.py (.../wf_netcdfio.py) (revision 236be615eeede4006b55d024fe76920d8f8c3d20) @@ -70,7 +70,6 @@ This function prepares a NetCDF file with given metadata, for a certain year, daily basis data The function assumes a gregorian calendar and a time unit 'Days since 1900-01-01 00:00:00' """ - import datetime as dt logger.info("Setting up netcdf output: " + trgFile)