Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 10, 2024
1 parent 972eeaf commit 895f4f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aiogram/types/chat_join_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .custom import DateTime

if TYPE_CHECKING:
from .input_poll_option import InputPollOption
from ..methods import (
ApproveChatJoinRequest,
DeclineChatJoinRequest,
Expand Down Expand Up @@ -41,6 +40,7 @@
from .input_media_document import InputMediaDocument
from .input_media_photo import InputMediaPhoto
from .input_media_video import InputMediaVideo
from .input_poll_option import InputPollOption
from .labeled_price import LabeledPrice
from .link_preview_options import LinkPreviewOptions
from .message_entity import MessageEntity
Expand Down
2 changes: 1 addition & 1 deletion aiogram/types/chat_member_updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .custom import DateTime

if TYPE_CHECKING:
from .input_poll_option import InputPollOption
from ..methods import (
SendAnimation,
SendAudio,
Expand Down Expand Up @@ -45,6 +44,7 @@
from .input_media_document import InputMediaDocument
from .input_media_photo import InputMediaPhoto
from .input_media_video import InputMediaVideo
from .input_poll_option import InputPollOption
from .labeled_price import LabeledPrice
from .link_preview_options import LinkPreviewOptions
from .message_entity import MessageEntity
Expand Down
2 changes: 1 addition & 1 deletion aiogram/types/input_poll_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from typing import TYPE_CHECKING, Any, List, Optional, Union

from .base import TelegramObject
from ..client.default import Default
from .base import TelegramObject

if TYPE_CHECKING:
from .message_entity import MessageEntity
Expand Down
6 changes: 3 additions & 3 deletions tests/test_api/test_types/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
UNSET_PARSE_MODE,
Animation,
Audio,
BackgroundFillSolid,
BackgroundTypeFill,
Chat,
ChatBackground,
ChatBoostAdded,
ChatShared,
Contact,
Expand Down Expand Up @@ -88,9 +91,6 @@
Voice,
WebAppData,
WriteAccessAllowed,
ChatBackground,
BackgroundTypeFill,
BackgroundFillSolid,
)
from aiogram.types.message import ContentType, Message

Expand Down

0 comments on commit 895f4f8

Please sign in to comment.