aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/api/roots.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 18:04:38 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 18:04:38 +0800
commit7515ae7fbb56810c6f4dc28904f36a2c036a7f1d (patch)
tree4e7473bac1cfdaa6227e58f99597c556c01cfe82 /docs/api/roots.py
parent109c28468b3266cf9815e63ce135f134b384d781 (diff)
downloadHydroRoll-7515ae7fbb56810c6f4dc28904f36a2c036a7f1d.tar.gz
HydroRoll-7515ae7fbb56810c6f4dc28904f36a2c036a7f1d.zip
😎Come on
Diffstat (limited to 'docs/api/roots.py')
-rw-r--r--docs/api/roots.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/roots.py b/docs/api/roots.py
index 13a4919..428c625 100644
--- a/docs/api/roots.py
+++ b/docs/api/roots.py
@@ -2,6 +2,7 @@ import json
import random
from http.server import BaseHTTPRequestHandler
from os.path import dirname, abspath, join
+from typing import Any
dir = dirname(abspath(__file__))
@@ -20,4 +21,4 @@ class handler(BaseHTTPRequestHandler):
response_json = json.dumps(response, ensure_ascii=False)
self.wfile.write(response_json.encode('utf-8'))
- return
+ return \ No newline at end of file