aboutsummaryrefslogtreecommitdiff
path: root/api/socket_io.py
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-11 17:50:58 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-11 17:50:58 +0200
commit28f104de9ae9abe4b42abafbf3865ede5687996c (patch)
tree65e651f09d8fbf81380384692e45803cb4f9d61c /api/socket_io.py
parent7b4859059b3bbabf4139ccdf3270a82c094f5d8e (diff)
dprint yapf python formatting
Diffstat (limited to 'api/socket_io.py')
-rw-r--r--api/socket_io.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/socket_io.py b/api/socket_io.py
index de3dd9e..dbe17ab 100644
--- a/api/socket_io.py
+++ b/api/socket_io.py
@@ -3,4 +3,3 @@ from app import app
# socket.io wrapper to avoid circular imports (same as db.py)
io = SocketIO(app, cors_allowed_origins="*")
-