Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 4fb050e commit 9a0a794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ async def start(
if from_context_manager:
task_status.started()
self.started.set()
self._update_send_stream, self._update_receive_stream = (
create_memory_object_stream(max_buffer_size=65536)
self._update_send_stream, self._update_receive_stream = create_memory_object_stream(
max_buffer_size=65536
)
assert self._task_group is not None
self._task_group.start_soon(self._stopped.wait)
Expand Down

0 comments on commit 9a0a794

Please sign in to comment.