Skip to content

Commit 1a1efbd

Browse files
linting: added two lines after end of class
1 parent 84fbf5d commit 1a1efbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphene/types/datetime.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def parse_value(value):
4343
except iso8601.ParseError:
4444
return None
4545

46+
4647
class DateTime(Scalar):
4748
'''
4849
The `DateTime` scalar type represents a DateTime
@@ -69,6 +70,7 @@ def parse_value(value):
6970
except iso8601.ParseError:
7071
return None
7172

73+
7274
class Time(Scalar):
7375
'''
7476
The `Time` scalar type represents a Time value as

0 commit comments

Comments
 (0)