[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-10 11:30:13 +00:00
parent 7759a9d3c2
commit 0de2aa93f0
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ Applying a mark to a fixture function
Applying a mark to a fixture function never had any effect, but it is a common user error.
.. code-block:: python
@pytest.mark.usefixtures("clean_database")
@pytest.fixture
def user() -> User: