Skip to content

Commit

Permalink
GH571 Change import source of Never to typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Nov 10, 2024
1 parent 01736d7 commit 8f1694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
Any,
Callable,
Generic,
Never,
TypedDict,
TypeVar,
Union,
Expand All @@ -40,6 +39,7 @@
from pandas.core.series import Series
import pytest
from typing_extensions import (
Never,
TypeAlias,
assert_never,
assert_type,
Expand Down

0 comments on commit 8f1694c

Please sign in to comment.