mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-15 11:00:38 +03:00
one more linting fix
This commit is contained in:
parent
a158f4e002
commit
f325964a9e
|
@ -8,7 +8,6 @@ from ..custom_scalars import DateTime
|
||||||
def test_date_time():
|
def test_date_time():
|
||||||
test_iso_string = "2016-04-29T18:34:12.502Z"
|
test_iso_string = "2016-04-29T18:34:12.502Z"
|
||||||
|
|
||||||
|
|
||||||
def check_datetime(test_dt):
|
def check_datetime(test_dt):
|
||||||
assert test_dt.tzinfo == iso8601.UTC
|
assert test_dt.tzinfo == iso8601.UTC
|
||||||
assert test_dt.year == 2016
|
assert test_dt.year == 2016
|
||||||
|
|
Loading…
Reference in New Issue
Block a user