[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] 2024-02-20 17:16:25 +00:00
parent 7a28bdbc2a
commit 9bfd9fa8c5
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ def normalize_mark_list(
yield mark_obj
def store_mark(obj, mark: Mark, *, stacklevel: int=2) -> None:
def store_mark(obj, mark: Mark, *, stacklevel: int = 2) -> None:
"""Store a Mark on an object.
This is used to implement the Mark declarations/decorators correctly.