summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd/relay.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/plugins/msd/relay.py')
-rw-r--r--kvmd/plugins/msd/relay.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmd/plugins/msd/relay.py b/kvmd/plugins/msd/relay.py
index 46b5a371..1bec7d48 100644
--- a/kvmd/plugins/msd/relay.py
+++ b/kvmd/plugins/msd/relay.py
@@ -337,7 +337,6 @@ class Plugin(BaseMsd): # pylint: disable=too-many-instance-attributes
self.__region.exit()
await self.__state_queue.put(await self.get_state())
- @aiotools.atomic
async def write_image_chunk(self, chunk: bytes) -> int:
assert self.__device_file
await aiotools.afile_write_now(self.__device_file, chunk)