Skip to content

Commit

Permalink
modified annotations for result_dict inside function get_transcripts_…
Browse files Browse the repository at this point in the history
…from_utterances
  • Loading branch information
Vivitsa Shankar authored and Vivitsa Shankar committed Jan 4, 2024
1 parent efc0e0d commit c9a82c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dialogy/plugins/text/dob_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ def get_transcripts_from_utterances(utterances: List[Utterance], func_transcript
output:
best_transcript,
"""
result_dict: Dict[str, float] = {}
result_dict: Dict[str, Any] = {}
transcripts: List[str] = []

for utterance_set in utterances:
for utterance in utterance_set:
transcript = utterance.get('transcript')
Expand Down

0 comments on commit c9a82c8

Please sign in to comment.