refactor: remove unused imports from update_routes.py and requirements.txt

This commit is contained in:
Will Miao
2025-08-06 10:34:40 +08:00
parent 215272469f
commit d2b21d27bb
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
import os
import subprocess
import aiohttp
import logging
import toml
@@ -7,7 +6,6 @@ import git
import zipfile
import shutil
import tempfile
from datetime import datetime
from aiohttp import web
from typing import Dict, List

View File

@@ -7,5 +7,4 @@ olefile
toml
numpy
natsort
pyyaml
GitPython