Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2022
1 parent 6ad79a0 commit 0f85a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/backends/aiida_sqlalchemy/migrations/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def uninitialised_profile(empty_pg_cluster: PGTest, tmp_path): # pylint: disabl
if conn:
conn.close()


@pytest.fixture()
def perform_migrations(uninitialised_profile): # pylint: disable=redefined-outer-name
"""A fixture to setup a database for migration tests."""
Expand Down

0 comments on commit 0f85a6c

Please sign in to comment.