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 Oct 19, 2021
1 parent 8781d0f commit 89d1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orm/implementation/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TestBackend:
"""Test backend."""

@pytest.fixture(autouse=True)
def init_test(self, clear_database_before_test, backend): # pylint: disable=unused-argument
def init_test(self, clear_database_before_test, backend): # pylint: disable=unused-argument
"""Set up the backend."""
self.backend = backend # pylint: disable=attribute-defined-outside-init

Expand Down

0 comments on commit 89d1a78

Please sign in to comment.