mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Fixed formatting issues
This commit is contained in:
parent
f3ca2cc932
commit
14037efb10
|
@ -79,9 +79,7 @@ def test_connection_meta_assignment():
|
||||||
|
|
||||||
def test_connection_meta_can_have_fields():
|
def test_connection_meta_can_have_fields():
|
||||||
meta = ConnectionOptions(Connection)
|
meta = ConnectionOptions(Connection)
|
||||||
meta.fields = OrderedDict([
|
meta.fields = OrderedDict([("test", graphene.String())])
|
||||||
("test", graphene.String())
|
|
||||||
])
|
|
||||||
|
|
||||||
class BaseConnection(object):
|
class BaseConnection(object):
|
||||||
extra = String()
|
extra = String()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user