Skip to content

Commit 0be48ea

Browse files
committed
Style nit - unused variable
1 parent 3940660 commit 0be48ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ async def parse_audio_chunk(
864864
audio_file.seek(0)
865865

866866
# Estimate file size in MB for cost tracking
867-
file_size_mb = len(audio_data) / (1024 * 1024)
867+
# file_size_mb = len(audio_data) / (1024 * 1024)
868868

869869
# Call the OpenAI API
870870
options = {}

0 commit comments

Comments
 (0)