diff --git a/cli/main.py b/cli/main.py index 4b623d8f..f4a43695 100644 --- a/cli/main.py +++ b/cli/main.py @@ -503,11 +503,6 @@ def get_user_selections(): } -def get_ticker(): - """Get ticker symbol from user input.""" - return typer.prompt("", default="SPY") - - def get_analysis_date(): """Get the analysis date from user input.""" while True: