Skip to content

Commit

Permalink
STY: Flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jan 24, 2017
1 parent 97acfa6 commit 66fe654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pgcontents/alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def run_migrations_online():
finally:
connection.close()


if context.is_offline_mode():
run_migrations_offline()
else:
Expand Down
1 change: 1 addition & 0 deletions pgcontents/tests/test_pgcontents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,5 +485,6 @@ def test_crypto_types(self):
FernetEncryption,
)


# This needs to be removed or else we'll run the main IPython tests as well.
del APITest

0 comments on commit 66fe654

Please sign in to comment.