Skip to content

Commit 870112d

Browse files
blueyedSalmonMode
authored andcommitted
Fix flake8
1 parent 9b11582 commit 870112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def _django_db_blocker():
482482

483483

484484
@pytest.fixture(scope="session")
485-
def django_db_blocker(django_db_setup, _django_db_blocker):
485+
def django_db_blocker(django_db_setup, _django_db_blocker): # noqa: F811
486486
"""Wrapper around _django_db_blocker to serve as convenience reference.
487487
488488
The ``_django_db_blocker`` fixture must be available for the ``django_db_setup``

0 commit comments

Comments
 (0)