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 os
import subprocess
import aiohttp import aiohttp
import logging import logging
import toml import toml
@@ -7,7 +6,6 @@ import git
import zipfile import zipfile
import shutil import shutil
import tempfile import tempfile
from datetime import datetime
from aiohttp import web from aiohttp import web
from typing import Dict, List from typing import Dict, List

View File

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