diff --git a/core/SNAPI/PostCategory.py b/core/SNAPI/PostCategory.py index 9eadc2d..08c4cc0 100644 --- a/core/SNAPI/PostCategory.py +++ b/core/SNAPI/PostCategory.py @@ -1,6 +1,6 @@ from ProjectCfg import DOMAIN from CallServer import _make_request -from typing import List,Any,Optional,Dict +from typing import Optional ###==========================帖子分类管理============================ def GetPostCategories(Authorization: str, query: Optional[str] = None, offset: int = 0, take: int = 20, order: Optional[str] = None) -> dict: