From 7515ae7fbb56810c6f4dc28904f36a2c036a7f1d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 8 Jul 2023 18:04:38 +0800 Subject: 😎Come on MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/roots.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/api/roots.py') 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 -- cgit v1.2.3-70-g09d2