From 89d1a78a7f13118e7f7310b5d866ad2073cfee04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:05:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/orm/implementation/test_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/orm/implementation/test_backend.py b/tests/orm/implementation/test_backend.py index f90b85864b..10d2b54070 100644 --- a/tests/orm/implementation/test_backend.py +++ b/tests/orm/implementation/test_backend.py @@ -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