Skip to content

Commit b89ffb3

Browse files
authored
Update base.py
1 parent 435cf2b commit b89ffb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44

55
from __future__ import annotations
6+
from typing import Union
67

78
import textwrap
89
from typing import (

0 commit comments

Comments
 (0)