Skip to content

Commit 0d14846

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de09ddc commit 0d14846

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spatialdata_plot/pl/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ def _get_linear_colormap(
12091209

12101210
return cmaps
12111211

1212+
12121213
def _get_listed_colormap(color_dict: dict[str, str]) -> ListedColormap:
12131214
sorted_labels = sorted(color_dict.keys())
12141215
colors = [color_dict[k] for k in sorted_labels]

0 commit comments

Comments
 (0)