We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ccd141 + a9b6720 commit a511feeCopy full SHA for a511fee
AlexaMusic/core/call.py
@@ -35,10 +35,7 @@
35
from pyrogram.types import InlineKeyboardMarkup
36
from pytgcalls import PyTgCalls
37
from ntgcalls import TelegramServerError
38
-from pytgcalls.exceptions import (
39
- AlreadyJoinedError,
40
- NoActiveGroupCall
41
-)
+from pytgcalls.exceptions import AlreadyJoinedError, NoActiveGroupCall
42
from pytgcalls.types import (
43
JoinedGroupCallParticipant,
44
LeftGroupCallParticipant,
0 commit comments