diff options
| author | syn <isaqtm@gmail.com> | 2021-03-10 13:41:33 +0300 |
|---|---|---|
| committer | syn <isaqtm@gmail.com> | 2021-03-10 13:41:33 +0300 |
| commit | 6886fc631c4448e74517b0cf4611acd8f99ef33d (patch) | |
| tree | 9020ecd91a19af2497567bcf11440877526de946 | |
| parent | d366e3a18fe4270399a23ab3402f3479e878a90e (diff) | |
| download | upnet-6886fc631c4448e74517b0cf4611acd8f99ef33d.tar.gz | |
remove __annotations__ for compat with older py3
| -rw-r--r-- | back/app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/back/app.py b/back/app.py index 0d7bbee..bf9b046 100644 --- a/back/app.py +++ b/back/app.py @@ -1,4 +1,3 @@ -from __future__ import annotations from sanic import Sanic from sanic.response import json as response_json, file from config import APP_DIR, debug as is_debug |
