mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 01:59:58 +00:00
change typing manage
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import Any, Dict, Optional
|
||||
from nonebot.typing import Any, Dict, Optional
|
||||
|
||||
|
||||
class Event(dict):
|
||||
|
Reference in New Issue
Block a user