Skip to content

Commit

Permalink
Removing leftover debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
EricTendian committed Nov 9, 2023
1 parent 8caec5e commit 8f7375e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/worker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3

from contextlib import contextmanager
from hashlib import sha256
import json
import logging
Expand All @@ -20,7 +19,7 @@

load_dotenv()

from . import api_client, schemas
from . import api_client
from .analog import transcribe_call as transcribe_analog
from .conversion import convert_to_wav
from .digital import transcribe_call as transcribe_digital
Expand Down Expand Up @@ -234,7 +233,6 @@ def transcribe_from_db_task(
os.unlink(audio_file)

if transcript:
schemas.CallUpdate(raw_transcript=transcript.transcript, geo=geo)
call = api_client.call(
"patch",
f"calls/{id}",
Expand Down

0 comments on commit 8f7375e

Please sign in to comment.