mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 15:10:48 +03:00
fix linting issues in fields.py
This commit is contained in:
parent
18bb5030af
commit
a72bee4fa5
|
@ -52,7 +52,6 @@ class ConnectionField(Field):
|
|||
return self.edge_type.for_node(node)
|
||||
|
||||
def get_type(self, schema):
|
||||
from graphene.relay.utils import is_node
|
||||
type = schema.T(self.type)
|
||||
node = schema.objecttype(type)
|
||||
schema.register(node)
|
||||
|
|
Loading…
Reference in New Issue
Block a user