Skip to content

Commit c3b2f33

Browse files
GH1055 Fix assert_type
1 parent 3568b96 commit c3b2f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from typing import (
44
TYPE_CHECKING,
55
Literal,
6-
assert_type,
76
)
87

98
import numpy as np
@@ -15,6 +14,7 @@
1514
NAType,
1615
SeriesGroupBy,
1716
)
17+
from typing_extensions import assert_type
1818

1919
from pandas._typing import Scalar
2020

0 commit comments

Comments
 (0)