Skip to content

Commit

Permalink
Fix import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jaminh committed Aug 28, 2024
1 parent bc663bd commit c6c0ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voip_utils/call_phone.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
from asyncio.transports import DatagramTransport
from functools import partial
from typing import Any, Callable, Set, Optional
from typing import Any, Callable, Optional, Set

from .sip import CallInfo, CallPhoneDatagramProtocol, SdpInfo, SipEndpoint
from .voip import RtcpDatagramProtocol, RtcpState
Expand Down

0 comments on commit c6c0ade

Please sign in to comment.