Skip to content

Commit 427a081

Browse files
committed
fixed linting error
1 parent 161f198 commit 427a081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene/core/tests/test_schema.py

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class Query(ObjectType):
119119
assert not result.errors
120120
assert result.data == expected
121121

122+
122123
def test_schema_register():
123124
schema = Schema(name='My own schema')
124125

0 commit comments

Comments
 (0)