Skip to content

Commit c543e0c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f13f436 commit c543e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/mark/structures.py

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

0 commit comments

Comments
 (0)