mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-23 06:53:11 +03:00
Fixed lint issue
This commit is contained in:
parent
cf27318e3c
commit
96236408c5
|
@ -4,6 +4,7 @@ from django.db import models
|
||||||
class MissingType(object):
|
class MissingType(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
DurationField = models.DurationField
|
DurationField = models.DurationField
|
||||||
UUIDField = models.UUIDField
|
UUIDField = models.UUIDField
|
||||||
|
|
Loading…
Reference in New Issue
Block a user