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 Jun 10, 2024
1 parent 3a66216 commit 79488e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robyn/reloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def on_modified(self, event) -> None:
return

time.sleep(0.2) # Wait for the file to be fully written
self.reload()
self.reload()
2 changes: 1 addition & 1 deletion robyn/robyn.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ class WebSocketConnector:
def sync_broadcast(self, message: str) -> None:
pass
def sync_send_to(self, sender_id: str, message: str) -> None:
pass
pass
2 changes: 1 addition & 1 deletion robyn/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def inject_global(self, **kwargs):
:param kwargs dict: the dependencies to be injected
"""
self.dependencies.add_global_dependency(**kwargs)
self.dependencies.add_global_dependency(**kwargs)

0 comments on commit 79488e4

Please sign in to comment.