Skip to content

Commit b2151d6

Browse files
committed
Code cleanup
1 parent 9c27db7 commit b2151d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graphene/types/inputobjecttype.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
from collections import OrderedDict
22

33
from .base import BaseOptions, BaseType
4-
from .field import Field
54
from .inputfield import InputField
6-
from .objecttype import ObjectType
7-
from .scalars import Scalar
85
from .structures import List, NonNull
96
from .unmountedtype import UnmountedType
107
from .utils import yank_fields_from_attrs
@@ -51,6 +48,7 @@ def _get_typed_field_value(field_or_type, value):
5148
else:
5249
return value
5350

51+
5452
class InputObjectType(UnmountedType, BaseType):
5553
'''
5654
Input Object Type Definition

0 commit comments

Comments
 (0)