mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-01 07:44:20 +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):
|
||||
pass
|
||||
|
||||
|
||||
try:
|
||||
DurationField = models.DurationField
|
||||
UUIDField = models.UUIDField
|
||||
|
|
Loading…
Reference in New Issue
Block a user