Skip to content

Commit 0b0c162

Browse files
VincentRPSLulalaby
authored andcommitted
fix: imports
1 parent 8fbd374 commit 0b0c162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/sinks/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
import io
3131
from typing import TYPE_CHECKING
3232
from .errors import SinkException
33+
from ..types import snowflake
3334

3435
if TYPE_CHECKING:
35-
from ..types import snowflake
3636
from ..channel import VoiceChannel
3737

3838
__all__ = (

0 commit comments

Comments
 (0)