Skip to content

Commit 9743201

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import tifffile
2323
import zarr
2424
from defusedxml import ElementTree
25-
from numpy.linalg import inv
2625
from imagecodecs.numcodecs import Delta, Jpeg, Jpeg2k, Lzw
2726
from numcodecs import register_codec
27+
from numpy.linalg import inv
2828
from packaging.version import Version
2929
from PIL import Image
3030
from tifffile import TiffPages

0 commit comments

Comments
 (0)