Skip to content

Commit f195c76

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialexperiment/spatialimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import shutil
22
import tempfile
3-
from abc import ABC, abstractmethod
3+
from abc import abstractmethod
44
from functools import lru_cache
55
from pathlib import Path
66
from typing import Optional, Tuple, Union

0 commit comments

Comments
 (0)