From 7c440b33f3cd20cc32554faf9dbf1c3c80124c7d Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 12:59:32 -0700 Subject: [PATCH] empty commit --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 6a52645..d6ea214 100644 --- a/server.py +++ b/server.py @@ -5,7 +5,7 @@ from api.api import register_api_endpoints from auth.auth import auth # Web sockets -from websockets.socket import socketio +from websockets.socket import socketio import configuration.models_mount from flask_migrate import Migrate