We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0e2f9 commit 5c1256fCopy full SHA for 5c1256f
src/_pytest/main.py
@@ -498,7 +498,7 @@ def perform_collect(
498
) -> Sequence[nodes.Item]:
499
raise NotImplementedError()
500
501
- @overload
+ @overload # noqa: F811
502
def perform_collect( # noqa: F811
503
self, args: Optional[Sequence[str]] = ..., genitems: bool = ...
504
) -> Sequence[Union[nodes.Item, nodes.Collector]]:
@@ -525,7 +525,7 @@ def _perform_collect(
525
526
527
528
529
def _perform_collect( # noqa: F811
530
self, args: Optional[Sequence[str]], genitems: bool
531
0 commit comments