up
Some checks failed
Pre Commit Check / pre-commit (push) Has been cancelled

This commit is contained in:
student_2333 2024-11-16 23:10:45 +08:00
parent 21e8899014
commit 0520e66b1c
No known key found for this signature in database
GPG Key ID: B36E8DF853C33EE1

View File

@ -5,7 +5,7 @@ from typing import TypedDict
try:
import tomllib # pyright: ignore[reportMissingImports]
except ModuleNotFoundError:
import tomli as tomllib
import tomli as tomllib # pyright: ignore[reportMissingImports]
from .utils import PACKAGES_PATH