aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-14 19:08:26 +0000
committerGravatar Joe Banks <[email protected]>2020-12-14 19:08:26 +0000
commit9fdd39562d2f8732a1d72cfa5a77103281d6997a (patch)
tree43e6ae08f0dcec2f420069457a89276bf807b2eb /backend
parentStar allow CORS for now (diff)
Remove unused os import
Diffstat (limited to 'backend')
-rw-r--r--backend/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/__init__.py b/backend/__init__.py
index 6bc4963..770107b 100644
--- a/backend/__init__.py
+++ b/backend/__init__.py
@@ -1,5 +1,3 @@
-import os
-
from starlette.applications import Starlette
from starlette.middleware import Middleware
from starlette.middleware.authentication import AuthenticationMiddleware