mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Add missing Optional import
This commit is contained in:
@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TypedDict
|
||||
from typing import TypedDict, Optional
|
||||
from .snowflake import Snowflake
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user