Skip to content

Commit

Permalink
Refactor TranscriptionTextArea to remove unused imports and clean up …
Browse files Browse the repository at this point in the history
…code formatting
  • Loading branch information
royshil committed Oct 25, 2024
1 parent 4fc60be commit eb7bb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/audio/textual_transcription_textarea.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
from notes.manager import NoteManager
from simpler_whisper.whisper import set_log_callback, LogLevel


def my_log_callback(level, message):
# prevent debug messages from being printed
pass


class TranscriptionTextArea(TextArea):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit eb7bb7f

Please sign in to comment.