Skip to content

Commit d49eee3

Browse files
authored
CI: fix flake8 warning (#49504)
fix ci Co-authored-by: MarcoGorelli <>
1 parent cf3043e commit d49eee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/indexes/category.py

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Any,
55
Hashable,
66
)
7-
import warnings
87

98
import numpy as np
109

@@ -18,7 +17,6 @@
1817
cache_readonly,
1918
doc,
2019
)
21-
from pandas.util._exceptions import find_stack_level
2220

2321
from pandas.core.dtypes.common import (
2422
is_categorical_dtype,

0 commit comments

Comments
 (0)