mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 06:46:14 +00:00
Updated abs_timedelta to be correct for ci tests
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ class MayaDT(object):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
delta = humanize.time.abs_timedelta(
|
delta = humanize.time._abs_timedelta(
|
||||||
timedelta(seconds=(self.epoch - now().epoch))
|
timedelta(seconds=(self.epoch - now().epoch))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user