Skip to content

Commit 0a141a3

Browse files
committed
Linting fix from rebase
1 parent 604c14d commit 0a141a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def dataset_without_pixels(dicom_file_meta):
6767

6868
class FakeWebSocket:
6969
"""Async iterator + websocket mock."""
70+
7071
def __init__(self, messages):
7172
self._messages = messages
7273
self.send = AsyncMock()

0 commit comments

Comments
 (0)