Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2024
1 parent 087ef73 commit 3427d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions discord/webhook/async_.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import aiohttp

from .. import utils
from ..abc import MessageableChannel
from ..asset import Asset
from ..channel import ForumChannel, PartialMessageable
from ..enums import WebhookType, try_enum
Expand All @@ -52,11 +53,10 @@
from ..message import Attachment, Message
from ..mixins import Hashable
from ..object import Object
from ..state import ConnectionState
from ..threads import Thread
from ..user import BaseUser, User
from ..types.message import Message as MessagePayload
from ..state import ConnectionState
from ..abc import MessageableChannel
from ..user import BaseUser, User

__all__ = (
"Webhook",
Expand Down
6 changes: 3 additions & 3 deletions discord/webhook/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
from urllib.parse import quote as urlquote

from .. import utils
from ..abc import MessageableChannel
from ..channel import PartialMessageable
from ..errors import (
DiscordServerError,
Expand All @@ -52,11 +53,10 @@
from ..http import Route
from ..message import Message
from ..object import Object
from ..state import ConnectionState
from ..threads import Thread
from .async_ import BaseWebhook, _WebhookState, handle_message_parameters
from ..types.message import Message as MessagePayload
from ..state import ConnectionState
from ..abc import MessageableChannel
from .async_ import BaseWebhook, _WebhookState, handle_message_parameters

__all__ = (
"SyncWebhook",
Expand Down

0 comments on commit 3427d5c

Please sign in to comment.