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 Oct 3, 2024
1 parent baac68e commit abbd47e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ def local_update_awareness(self, state: bytes) -> None:
if self._task_group is not None:
self._task_group.start_soon(self._local_update_awareness, state)
else:
self.log.error(
"Cannot broadcast server awareness: YRoom not started"
)
self.log.error("Cannot broadcast server awareness: YRoom not started")

async def _local_update_awareness(self, state: bytes) -> None:
try:
Expand Down

0 comments on commit abbd47e

Please sign in to comment.