Skip to content

Commit

Permalink
Format Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 authored Mar 12, 2024
2 parents 6ccd141 + a9b6720 commit a511fee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
from pyrogram.types import InlineKeyboardMarkup
from pytgcalls import PyTgCalls
from ntgcalls import TelegramServerError
from pytgcalls.exceptions import (
AlreadyJoinedError,
NoActiveGroupCall
)
from pytgcalls.exceptions import AlreadyJoinedError, NoActiveGroupCall
from pytgcalls.types import (
JoinedGroupCallParticipant,
LeftGroupCallParticipant,
Expand Down

0 comments on commit a511fee

Please sign in to comment.