Skip to content

Commit

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

for utterance_set in utterances:
Expand Down

0 comments on commit b7004ae

Please sign in to comment.