Skip to content

Commit 7f178c4

Browse files
ShaharNavehTomAugspurger
authored andcommitted
STY: Absolute imports (#30822)
1 parent 4a039c6 commit 7f178c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/arrays/sparse/accessor.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
from pandas.core.dtypes.cast import find_common_type
88

99
from pandas.core.accessor import PandasDelegate, delegate_names
10-
11-
from .array import SparseArray
12-
from .dtype import SparseDtype
10+
from pandas.core.arrays.sparse.array import SparseArray
11+
from pandas.core.arrays.sparse.dtype import SparseDtype
1312

1413

1514
class BaseAccessor:

0 commit comments

Comments
 (0)