Skip to content

Commit 9c7a888

Browse files
authored
Fixed typo
1 parent 21b7f0b commit 9c7a888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata_plot/pl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from matplotlib.gridspec import GridSpec
2626
from matplotlib_scalebar.scalebar import ScaleBar
2727
from numpy.random import default_rng
28-
from pandas.apis import CategoricalDtype, is_categorical_dtype
28+
from pandas.api.types import CategoricalDtype, is_categorical_dtype
2929
from scanpy import settings
3030
from scanpy.plotting._tools.scatterplots import _add_categorical_legend
3131
from scanpy.plotting.palettes import default_20, default_28, default_102

0 commit comments

Comments
 (0)