Code cleanup

This commit is contained in:
Nathaniel Parrish 2017-11-07 09:09:57 -08:00
parent 9c27db7ed5
commit b2151d62da

View File

@ -1,10 +1,7 @@
from collections import OrderedDict
from .base import BaseOptions, BaseType
from .field import Field
from .inputfield import InputField
from .objecttype import ObjectType
from .scalars import Scalar
from .structures import List, NonNull
from .unmountedtype import UnmountedType
from .utils import yank_fields_from_attrs
@ -51,6 +48,7 @@ class InputObjectTypeContainer(dict, BaseType):
else:
return value
class InputObjectType(UnmountedType, BaseType):
'''
Input Object Type Definition