Skip to content

Commit db8ed9b

Browse files
committed
fix Literal import
1 parent 548c198 commit db8ed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
Dict,
1717
Iterator,
1818
List,
19-
Literal,
2019
Optional,
2120
Sequence,
2221
Tuple,
@@ -78,6 +77,7 @@
7877
)
7978

8079
if TYPE_CHECKING:
80+
from typing import Literal
8181

8282
class ExtensionArraySupportsAnyAll("ExtensionArray"):
8383
def any(self, *, skipna: bool = True) -> bool:

0 commit comments

Comments
 (0)