Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantaubert committed Apr 23, 2024
1 parent bfa9b0f commit 8029288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/en_tts_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from tempfile import gettempdir
from typing import Callable, Generator, List, Tuple, cast

from en_tts_app import APP_NAME, APP_VERSION, get_file_logger, run_main
from en_tts_app.logging_configuration import initialize_logging
from en_tts_app import APP_NAME, APP_VERSION, get_file_logger, initialize_logging, run_main
from en_tts_cli.main import init_synthesize_eng_parser, init_synthesize_ipa_parser

INVOKE_HANDLER_VAR = "invoke_handler"
Expand Down

0 comments on commit 8029288

Please sign in to comment.