Skip to content

Commit

Permalink
FIX: Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Nov 13, 2019
1 parent b0fe687 commit 4062efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/util/datetime_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

try:
from cftime import num2date, date2num
except ImportError
except ImportError:
from netCDF4 import num2date, date2num

EPOCH_UNITS = "seconds since 1970-01-01T00:00:00Z"
Expand Down

0 comments on commit 4062efa

Please sign in to comment.