Skip to content

Commit

Permalink
fixup! Fix Package.collect
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Dec 23, 2020
1 parent d7fa031 commit ec3aeb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_pytest/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
from _pytest.warning_types import PytestUnhandledCoroutineWarning

if TYPE_CHECKING:
from typing import Iterator
from typing import Set

from _pytest._io import TerminalWriter


Expand Down

0 comments on commit ec3aeb7

Please sign in to comment.