Add missing Optional import

This commit is contained in:
Vaskel
2022-02-18 20:27:35 -05:00
committed by GitHub
parent 2e5da07180
commit 338c960c5f

View File

@ -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