We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da131e commit b0c66b7Copy full SHA for b0c66b7
discord/sku.py
@@ -27,15 +27,15 @@
27
28
from typing import AsyncIterator, Optional, TYPE_CHECKING
29
30
+from datetime import datetime
31
+
32
from . import utils
33
from .enums import try_enum, SKUType, EntitlementType
34
from .flags import SKUFlags
35
from .object import Object
36
from .subscription import Subscription
37
38
if TYPE_CHECKING:
- from datetime import datetime
-
39
from .abc import SnowflakeTime, Snowflake
40
from .guild import Guild
41
from .state import ConnectionState
0 commit comments