mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
Adjust expression-related APIs
This commit is contained in:
@ -17,7 +17,7 @@ For example:
|
||||
from datetime import timedelta
|
||||
from typing import Container, Union, Iterable, Pattern, Optional, Dict, Any
|
||||
|
||||
from .expression import Expression_T
|
||||
from .typing import Expression_T
|
||||
|
||||
API_ROOT: str = ''
|
||||
ACCESS_TOKEN: str = ''
|
||||
|
Reference in New Issue
Block a user