Skip to content

Commit 94d1446

Browse files
committed
does this fix circular import
1 parent fa76588 commit 94d1446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/object.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
from typing import TYPE_CHECKING, SupportsInt, Union
2929

3030
from . import utils
31-
from .abc import Snowflake
3231
from .mixins import Hashable
3332

3433
if TYPE_CHECKING:
3534
import datetime
3635

36+
from .abc import Snowflake
37+
3738
SupportsIntCast = Union[SupportsInt, str, bytes, bytearray]
3839

3940
__all__ = ("Object",)

0 commit comments

Comments
 (0)