Skip to content

Commit 1799c3b

Browse files
authored
Update base.py
1 parent cc24869 commit 1799c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"""
44

55
from __future__ import annotations
6-
from typing import Union
76

87
import textwrap
98
from typing import (
109
TYPE_CHECKING,
1110
Any,
1211
Generic,
1312
Literal,
13+
Union,
1414
cast,
1515
final,
1616
overload,

0 commit comments

Comments
 (0)