Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Format code.
  • Loading branch information
KSKOP69 authored Sep 30, 2024
2 parents c98bd9e + 3585165 commit fae3cf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AlexaMusic/core/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
from pytgcalls import PyTgCalls
from pytgcalls import filters as fl
from ntgcalls import TelegramServerError
from pytgcalls.exceptions import AlreadyJoinedError, NoActiveGroupCall, GroupCallNotFound
from pytgcalls.exceptions import (
AlreadyJoinedError,
NoActiveGroupCall,
GroupCallNotFound,
)
from pytgcalls.types import ChatUpdate, MediaStream, Update
from pytgcalls.types.stream import StreamAudioEnded

Expand Down

0 comments on commit fae3cf6

Please sign in to comment.