Skip to content

Commit 81491c7

Browse files
MarcoGorelliphofl
authored andcommitted
CI: fix flake8 warning (pandas-dev#49504)
fix ci Co-authored-by: MarcoGorelli <>
1 parent e8b47d9 commit 81491c7

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)