Skip to content

Commit 8bfd8f6

Browse files
committed
Format code with black
1 parent c15c39c commit 8bfd8f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_graphene.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ def test_mutation():
111111
count
112112
}
113113
}
114-
""" % (new_foo_bar.name, new_foo_bar.count)
114+
""" % (
115+
new_foo_bar.name,
116+
new_foo_bar.count,
117+
)
115118
result = schema.execute(query)
116119

117120
assert result.errors is None

0 commit comments

Comments
 (0)