Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
♻️ moved scheduled event import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarmagpie authored Dec 15, 2021
1 parent 993649b commit b0ae515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pincer/objects/guild/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from aiohttp import FormData

from .channel import Channel
from .scheduled_events import ScheduledEvent
from ..message.file import File
from ...exceptions import UnavailableGuildError
from ...utils.api_object import APIObject
Expand All @@ -29,6 +28,7 @@
from .invite import Invite
from .overwrite import Overwrite
from .role import Role
from .scheduled_events import ScheduledEvent
from .stage import StageInstance
from .template import GuildTemplate
from .welcome_screen import WelcomeScreen, WelcomeScreenChannel
Expand Down

0 comments on commit b0ae515

Please sign in to comment.