Skip to content

Commit

Permalink
license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Apr 23, 2021
1 parent 32abe1c commit 343ee0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cf_units/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2015 - 2019, Met Office
# (C) British Crown Copyright 2015 - 2021, Met Office
#
# This file is part of cf-units.
#
Expand Down Expand Up @@ -2050,7 +2050,6 @@ def num2date(self, time_value, only_use_cftime_datetimes=False):
"""
cdf_utime = self.utime()

return _num2date_to_nearest_second(
time_value, cdf_utime,
only_use_cftime_datetimes=only_use_cftime_datetimes)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2016 - 2018, Met Office
# (C) British Crown Copyright 2016 - 2021, Met Office
#
# This file is part of cf-units.
#
Expand Down
2 changes: 1 addition & 1 deletion cf_units/tests/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# (C) British Crown Copyright 2010 - 2019, Met Office
# (C) British Crown Copyright 2010 - 2021, Met Office
#
# This file is part of cf-units.
#
Expand Down

0 comments on commit 343ee0e

Please sign in to comment.