Skip to content

Commit 1234372

Browse files
committed
Remove lib
1 parent f744ccd commit 1234372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/categorical.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import numpy as np
77

8-
from pandas._libs import algos as libalgos, lib
8+
from pandas._libs import algos as libalgos
99
import pandas.compat as compat
1010
from pandas.compat import lzip, u
1111
from pandas.compat.numpy import function as nv
@@ -23,7 +23,7 @@
2323
is_timedelta64_dtype)
2424
from pandas.core.dtypes.dtypes import CategoricalDtype
2525
from pandas.core.dtypes.generic import (
26-
ABCCategoricalIndex, ABCDataFrame, ABCIndexClass, ABCSeries)
26+
ABCCategoricalIndex, ABCIndexClass, ABCSeries)
2727
from pandas.core.dtypes.inference import is_hashable
2828
from pandas.core.dtypes.missing import isna, notna
2929

0 commit comments

Comments
 (0)