mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-09-27 02:49:17 +08:00
This commit is contained in:
parent
21e8899014
commit
0520e66b1c
@ -5,7 +5,7 @@ from typing import TypedDict
|
|||||||
try:
|
try:
|
||||||
import tomllib # pyright: ignore[reportMissingImports]
|
import tomllib # pyright: ignore[reportMissingImports]
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
import tomli as tomllib
|
import tomli as tomllib # pyright: ignore[reportMissingImports]
|
||||||
|
|
||||||
from .utils import PACKAGES_PATH
|
from .utils import PACKAGES_PATH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user