[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f13f4360d3
commit
c543e0c4e8
|
@ -361,7 +361,7 @@ def get_unpacked_marks(
|
||||||
consider_mro: bool = True,
|
consider_mro: bool = True,
|
||||||
) -> List[Mark]:
|
) -> List[Mark]:
|
||||||
"""Obtain the unpacked marks that are stored on an object.
|
"""Obtain the unpacked marks that are stored on an object.
|
||||||
|
|
||||||
If obj is a class and consider_mro is true, return marks applied to
|
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
|
this class and all of its super-classes in MRO order. If consider_mro
|
||||||
is false, only return marks applied directly to this class.
|
is false, only return marks applied directly to this class.
|
||||||
|
|
Loading…
Reference in New Issue