Skip to content

Commit cc24869

Browse files
authored
Update algorithms.py
1 parent 5f36693 commit cc24869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/algorithms.py

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

66
from __future__ import annotations
7-
from typing import Union
87

98
import decimal
109
import operator
1110
from textwrap import dedent
1211
from typing import (
1312
TYPE_CHECKING,
1413
Literal,
14+
Union,
1515
cast,
1616
)
1717
import warnings

0 commit comments

Comments
 (0)