- Slicing bugfix.

- Sort imports.
- Make sitk-elastix optional again.
This commit is contained in:
Wim Pomp
2023-11-20 14:47:47 +01:00
parent 2dccbf1cef
commit 5a34adef7b
15 changed files with 92 additions and 41 deletions

View File

@@ -1,13 +1,15 @@
import re
from abc import ABC
from datetime import datetime
from functools import cached_property
from itertools import product
from pathlib import Path
import tifffile
import yaml
import re
from pathlib import Path
from functools import cached_property
from ome_types import model
from ome_types.units import _quantity_property # noqa
from itertools import product
from datetime import datetime
from abc import ABC
from .. import AbstractReader