mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
linting: added two lines after end of class
This commit is contained in:
parent
84fbf5dc23
commit
1a1efbd77d
|
@ -43,6 +43,7 @@ class Date(Scalar):
|
||||||
except iso8601.ParseError:
|
except iso8601.ParseError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
class DateTime(Scalar):
|
class DateTime(Scalar):
|
||||||
'''
|
'''
|
||||||
The `DateTime` scalar type represents a DateTime
|
The `DateTime` scalar type represents a DateTime
|
||||||
|
@ -69,6 +70,7 @@ class DateTime(Scalar):
|
||||||
except iso8601.ParseError:
|
except iso8601.ParseError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
class Time(Scalar):
|
class Time(Scalar):
|
||||||
'''
|
'''
|
||||||
The `Time` scalar type represents a Time value as
|
The `Time` scalar type represents a Time value as
|
||||||
|
|
Loading…
Reference in New Issue
Block a user