Skip to content

Commit b75c743

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

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
@@ -9,9 +9,9 @@
99
from types import MappingProxyType
1010
from typing import Any, Literal, Optional, Union
1111

12+
import matplotlib
1213
import matplotlib.patches as mpatches
1314
import matplotlib.path as mpath
14-
import matplotlib
1515
import matplotlib.pyplot as plt
1616
import multiscale_spatial_image as msi
1717
import numpy as np

0 commit comments

Comments
 (0)