fixup: annotations
This commit is contained in:
parent
d8c783268c
commit
4e7486d3fb
|
@ -356,7 +356,7 @@ class MarkDecorator:
|
||||||
|
|
||||||
|
|
||||||
def get_unpacked_marks(
|
def get_unpacked_marks(
|
||||||
obj: object | type,
|
obj: Union[object, type],
|
||||||
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."""
|
||||||
|
|
Loading…
Reference in New Issue