summaryrefslogtreecommitdiffstats
path: root/back
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-03-10 13:48:49 +0300
committersyn <isaqtm@gmail.com>2021-03-10 13:48:49 +0300
commitf004f33dbf3fc3095e3caf575b9847b0180beca8 (patch)
tree6f2f4ced8eb21ed552bea3f6cda8033875f00e73 /back
parent4c9de432dc2fd18119e5be7ea59e94822ca18266 (diff)
downloadupnet-f004f33dbf3fc3095e3caf575b9847b0180beca8.tar.gz
add annotations back
it appears that we do not support py3.6 anyway
Diffstat (limited to 'back')
-rw-r--r--back/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/back/app.py b/back/app.py
index bf9b046..0d7bbee 100644
--- a/back/app.py
+++ b/back/app.py
@@ -1,3 +1,4 @@
+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