fixup: annotations

This commit is contained in:
Ronny Pfannschmidt 2022-10-08 08:28:03 +02:00
parent d8c783268c
commit 4e7486d3fb
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class MarkDecorator:
def get_unpacked_marks(
obj: object | type,
obj: Union[object, type],
consider_mro: bool = True,
) -> List[Mark]:
"""Obtain the unpacked marks that are stored on an object."""