Skip to content

Commit c78f39f

Browse files
committed
rebase fixup
1 parent 75ed6ba commit c78f39f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/types/concat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def union_categoricals(to_union, sort_categories=False):
240240
Emmpty list of categoricals passed
241241
"""
242242
from pandas import Index, Categorical
243-
from pandas.core.algorithms import take_1d
244243

245244
if len(to_union) == 0:
246245
raise ValueError('No Categoricals to union')

0 commit comments

Comments
 (0)