[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-12 08:21:16 +00:00
parent f13f4360d3
commit c543e0c4e8
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ def get_unpacked_marks(
consider_mro: bool = True,
) -> List[Mark]:
"""Obtain the unpacked marks that are stored on an object.
If obj is a class and consider_mro is true, return marks applied to
this class and all of its super-classes in MRO order. If consider_mro
is false, only return marks applied directly to this class.