fix: add missing Any import in zip_updator

This commit is contained in:
LIghtJUNction
2026-05-19 21:26:56 +08:00
parent ec0baa4dc0
commit 03b337395f

View File

@@ -5,7 +5,7 @@ import shutil
import time
import zipfile
from pathlib import Path
from typing import NoReturn
from typing import Any, NoReturn
import certifi
import httpx