Skip to content

Commit 29dc715

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 97f6872 commit 29dc715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycrdt_websocket/yroom.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class YRoom:
4242
_stopped: Event
4343
__start_lock: Lock | None
4444
_subscription: Subscription | None
45-
45+
4646
def __init__(
4747
self,
4848
ready: bool = True,
@@ -86,7 +86,7 @@ def __init__(
8686
self._started = None
8787
self.__start_lock = None
8888
self._subscription = None
89-
89+
9090
@property
9191
def _start_lock(self) -> Lock:
9292
if self.__start_lock is None:

0 commit comments

Comments
 (0)