Skip to content

Commit

Permalink
fixed formatting for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rjheeta committed Jul 6, 2024
1 parent 4921bdf commit 9d940bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vocode/streaming/utils/state_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __init__(self, conversation: "VonagePhoneConversation"):

def get_vonage_uuid(self):
return self._vonage_phone_conversation.vonage_uuid

def create_vonage_client(self):
return VonageClient(
base_url=self._vonage_phone_conversation.base_url,
Expand All @@ -159,7 +159,7 @@ def __init__(self, conversation: "TwilioPhoneConversation"):

def get_twilio_config(self):
return self._twilio_phone_conversation.twilio_config

def get_twilio_sid(self):
return self._twilio_phone_conversation.twilio_sid

Expand Down

0 comments on commit 9d940bb

Please sign in to comment.