Skip to content

Commit 4e7486d

Browse files
fixup: annotations
1 parent d8c7832 commit 4e7486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/mark/structures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def __call__(self, *args: object, **kwargs: object):
356356

357357

358358
def get_unpacked_marks(
359-
obj: object | type,
359+
obj: Union[object, type],
360360
consider_mro: bool = True,
361361
) -> List[Mark]:
362362
"""Obtain the unpacked marks that are stored on an object."""

0 commit comments

Comments
 (0)