Skip to content

Commit 3a7b8be

Browse files
committed
Update connection_utils.py
1 parent 4fe84e2 commit 3a7b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getstream/video/rtc/connection_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from getstream.models import CallRequest
2222
from getstream.utils import build_body_dict, build_query_param
2323
from getstream.video.async_call import Call
24-
from getstream.video.rtc.models import JoinCallResponse, FastJoinCallResponse, Credentials
24+
from getstream.video.rtc.models import JoinCallResponse, FastJoinCallResponse
2525
from getstream.video.rtc.pb.stream.video.sfu.event import events_pb2
2626
from getstream.video.rtc.pb.stream.video.sfu.models.models_pb2 import (
2727
TRACK_TYPE_AUDIO,

0 commit comments

Comments
 (0)