Skip to content

Commit 9623640

Browse files
committed
Fixed lint issue
1 parent cf27318 commit 9623640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene_django/compat.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
class MissingType(object):
55
pass
66

7+
78
try:
89
DurationField = models.DurationField
910
UUIDField = models.UUIDField

0 commit comments

Comments
 (0)