Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Dec 3, 2024
1 parent a2f1b01 commit 4321c0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycrdt_websocket/websocket_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def started(self) -> Event:
self._started = Event()
return self._started

return self

@property
def _start_lock(self) -> Lock:
if self.__start_lock is None:
Expand Down

0 comments on commit 4321c0c

Please sign in to comment.