Skip to content

Commit 7e2827e

Browse files
committed
Linter fixes
1 parent 1a59af6 commit 7e2827e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

tests/test_volume.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
AlgorithmIdentificationSequence,
1111
ChannelDescriptor,
1212
PadModes,
13-
PlanePositionSequence,
13+
PatientOrientationValuesBiped,
1414
PlaneOrientationSequence,
15+
PlanePositionSequence,
16+
RGBColorChannels,
17+
RGB_COLOR_CHANNEL_DESCRIPTOR,
18+
UID,
1519
Volume,
1620
VolumeGeometry,
1721
VolumeToVolumeTransformer,
18-
imread,
1922
get_volume_from_series,
20-
UID,
21-
RGB_COLOR_CHANNEL_DESCRIPTOR,
23+
imread,
2224
)
23-
from highdicom.enum import PadModes, PatientOrientationValuesBiped, RGBColorChannels
2425
from highdicom.seg import (
2526
Segmentation,
2627
SegmentDescription,
@@ -116,6 +117,7 @@ def test_transforms():
116117
geom = volume.get_geometry()
117118
assert isinstance(geom, VolumeGeometry)
118119

120+
119121
@pytest.mark.parametrize(
120122
'image_position,image_orientation,pixel_spacing,spacing_between_slices',
121123
[

0 commit comments

Comments
 (0)