Skip to content

Commit

Permalink
Fix NameError in sku.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab authored Oct 16, 2024
1 parent 9da131e commit b0c66b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord/sku.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@

from typing import AsyncIterator, Optional, TYPE_CHECKING

from datetime import datetime

from . import utils
from .enums import try_enum, SKUType, EntitlementType
from .flags import SKUFlags
from .object import Object
from .subscription import Subscription

if TYPE_CHECKING:
from datetime import datetime

from .abc import SnowflakeTime, Snowflake
from .guild import Guild
from .state import ConnectionState
Expand Down

0 comments on commit b0c66b7

Please sign in to comment.