Skip to content

Commit a511fee

Browse files
authored
Format Codes
2 parents 6ccd141 + a9b6720 commit a511fee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AlexaMusic/core/call.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
from pyrogram.types import InlineKeyboardMarkup
3636
from pytgcalls import PyTgCalls
3737
from ntgcalls import TelegramServerError
38-
from pytgcalls.exceptions import (
39-
AlreadyJoinedError,
40-
NoActiveGroupCall
41-
)
38+
from pytgcalls.exceptions import AlreadyJoinedError, NoActiveGroupCall
4239
from pytgcalls.types import (
4340
JoinedGroupCallParticipant,
4441
LeftGroupCallParticipant,

0 commit comments

Comments
 (0)