Skip to content

Commit

Permalink
Removed extra welcome message from interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
axif0 committed Dec 29, 2024
1 parent 155647b commit 26aa192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scribe_data/cli/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
# from scribe_data.cli.list import list_wrapper
from scribe_data.cli.get import get_data
from scribe_data.cli.total import total_wrapper
from scribe_data.cli.version import get_local_version
from scribe_data.wikidata.wikidata_utils import parse_wd_lexeme_dump
from scribe_data.utils import (
DEFAULT_JSON_EXPORT_DIR,
Expand Down Expand Up @@ -331,7 +330,6 @@ def start_interactive_mode(operation: str = None):
operation : str
The type of operation that interactive mode is being ran with.
"""
rprint(f"[bold cyan]Welcome to {get_local_version()} interactive mode![/bold cyan]")
while True:
# Check if both selected_languages and selected_data_types are empty.
if not config.selected_languages and not config.selected_data_types:
Expand Down

0 comments on commit 26aa192

Please sign in to comment.