mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 19:32:33 +03:00
Fix black issues
This commit is contained in:
parent
2709007f83
commit
32565ef39b
|
@ -64,7 +64,7 @@ def test_connection_meta_assignment():
|
|||
@classmethod
|
||||
def __init_subclass_with_meta__(cls, node=None, name=None, **options):
|
||||
return super(MyObjectConnection, cls).__init_subclass_with_meta__(
|
||||
_meta=meta, node=node, name=name, **options
|
||||
_meta=meta, node=node, name=name, **options
|
||||
)
|
||||
|
||||
assert id(MyObjectConnection._meta) == id(meta)
|
||||
|
|
Loading…
Reference in New Issue
Block a user