diff options
author | 2020-12-14 19:08:26 +0000 | |
---|---|---|
committer | 2020-12-14 19:08:26 +0000 | |
commit | 9fdd39562d2f8732a1d72cfa5a77103281d6997a (patch) | |
tree | 43e6ae08f0dcec2f420069457a89276bf807b2eb /backend/__init__.py | |
parent | Star allow CORS for now (diff) |
Remove unused os import
Diffstat (limited to 'backend/__init__.py')
-rw-r--r-- | backend/__init__.py | 2 |
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 |