mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-05 11:27:13 +00:00
Add missing Optional import
This commit is contained in:
parent
2e5da07180
commit
338c960c5f
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user