Skip to content

Commit 1ac75ce

Browse files
committed
Linter fix
1 parent bd01484 commit 1ac75ce

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/highdicom/frame.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ def encode_frame(
317317
from openjpeg.utils import encode_array
318318
except ModuleNotFoundError:
319319
raise ModuleNotFoundError(
320-
"Highdicom requires the pylibjpeg-openjpeg package to compress "
321-
"frames using the JPEG2000Lossless transfer syntax."
320+
"Highdicom requires the pylibjpeg-openjpeg package to "
321+
"compress frames using the JPEG2000Lossless transfer "
322+
"syntax."
322323
)
323324

324325
data = encode_array(

0 commit comments

Comments
 (0)