Skip to content

Commit 81c4cb4

Browse files
committed
flake8
1 parent 09dd6af commit 81c4cb4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: graphene_sqlalchemy/tests/test_converter.py

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def test_should_convert_association_proxy():
290290
class PetType(SQLAlchemyObjectType):
291291
class Meta:
292292
model = Pet
293+
293294
class ArticleType(SQLAlchemyObjectType):
294295
class Meta:
295296
model = Article

Diff for: graphene_sqlalchemy/tests/test_types.py

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class Meta:
7676
model = Pet
7777
interfaces = (Node,)
7878

79-
8079
assert list(ReporterType._meta.fields.keys()) == [
8180
# Columns
8281
"column_prop", # SQLAlchemy retuns column properties first

0 commit comments

Comments
 (0)