Skip to content

Commit

Permalink
fixup! factor out validate_tup_type
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 27, 2020
1 parent 120c7f4 commit a9aec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/recwarn.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from typing import Tuple
from typing import Union

from .types import validate_tup_type
from _pytest.compat import overload
from _pytest.compat import TYPE_CHECKING
from .types import validate_tup_type
from _pytest.fixtures import yield_fixture
from _pytest.outcomes import fail

Expand Down

0 comments on commit a9aec38

Please sign in to comment.