Skip to content

Commit

Permalink
SN-826: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpanwar25 committed Sep 5, 2023
1 parent 2ff35cb commit 1c6d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/convert_result_to_chitralekha_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def convert_result_to_chitralekha_format(result, ann_id):
modified_result = (
sort_result_by_start_time(modified_result) if len(modified_result) > 0 else []
)
standardised_transcription = None
standardised_transcription = None
""" if project_type == "AcousticNormalisedTranscription":
standardised_transcription = (
result[memory["standardised_transcription"]]["value"]["text"][0]
Expand Down

0 comments on commit 1c6d2d8

Please sign in to comment.