Skip to content

Commit

Permalink
revert whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Apr 23, 2021
1 parent a2defdb commit 34caf7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cf_units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def date2num(date, unit, calendar):
if unit_string.endswith(" since epoch"):
unit_string = unit_string.replace("epoch", EPOCH)
unit_inst = Unit(unit_string, calendar=calendar)

return unit_inst.date2num(date)


Expand Down

0 comments on commit 34caf7a

Please sign in to comment.