one more linting fix

This commit is contained in:
Jon Dugan 2016-04-29 14:16:31 -05:00
parent a158f4e002
commit f325964a9e

View File

@ -8,7 +8,6 @@ from ..custom_scalars import DateTime
def test_date_time():
test_iso_string = "2016-04-29T18:34:12.502Z"
def check_datetime(test_dt):
assert test_dt.tzinfo == iso8601.UTC
assert test_dt.year == 2016