From 1cd38cf674e75105b390df79016f8bf35d0485da Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Sat, 6 Oct 2018 15:07:09 -0400 Subject: [PATCH] changed test_ago.py --- test_ago.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_ago.py b/test_ago.py index 43cfb18..d55b2b3 100644 --- a/test_ago.py +++ b/test_ago.py @@ -22,6 +22,7 @@ class FixedOffset(tzinfo): Adapted from Python's documentation about tzinfo objects: https://docs.python.org/2.7/library/datetime.html#tzinfo-objects """ + def __init__(self, offset): self._offset = timedelta(minutes=offset)