mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Removed unused empty class
This commit is contained in:
parent
9a198c8c86
commit
5686008660
|
@ -11,10 +11,6 @@ from .base import LazyType, MountType, OrderedType
|
||||||
from .definitions import NonNull
|
from .definitions import NonNull
|
||||||
|
|
||||||
|
|
||||||
class Empty(object):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Field(OrderedType):
|
class Field(OrderedType):
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user