Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/subscriptions' into feat/su…
Browse files Browse the repository at this point in the history
…bscriptions
  • Loading branch information
plun1331 committed Aug 28, 2024
2 parents 32ebc62 + 635c4b5 commit c65b3ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions discord/monetization.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
from .flags import SKUFlags
from .iterators import SubscriptionIterator
from .mixins import Hashable
from .utils import (
MISSING,
_get_as_snowflake,
parse_time,
)
from .utils import MISSING, _get_as_snowflake, parse_time

if TYPE_CHECKING:
from datetime import datetime
Expand Down

0 comments on commit c65b3ff

Please sign in to comment.