Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep committed Feb 24, 2020
1 parent 09dd6af commit 81c4cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions graphene_sqlalchemy/tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def test_should_convert_association_proxy():
class PetType(SQLAlchemyObjectType):
class Meta:
model = Pet

class ArticleType(SQLAlchemyObjectType):
class Meta:
model = Article
Expand Down
1 change: 0 additions & 1 deletion graphene_sqlalchemy/tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class Meta:
model = Pet
interfaces = (Node,)


assert list(ReporterType._meta.fields.keys()) == [
# Columns
"column_prop", # SQLAlchemy retuns column properties first
Expand Down

0 comments on commit 81c4cb4

Please sign in to comment.