Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CPBridge committed Oct 21, 2024
1 parent 92780a3 commit 503d0ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ def test_read_single_frame_sm_image_jpegls_dicom_file_like_opened(self):
)
np.testing.assert_array_equal(frame, pixel_array[fno])

def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened(self):
def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened(
self
):
# Test reading frames from an opened DicomFileLike file
filename = self._test_dir.joinpath("sm_image_jpegls_nobot.dcm")
dcm = DicomFileLike(filename.open("rb"))
Expand Down

0 comments on commit 503d0ea

Please sign in to comment.