From 3fb5a8855b8c013ea0f2ec0df51a2e428ec990f3 Mon Sep 17 00:00:00 2001 From: "Bobby (aider)" Date: Sat, 8 Feb 2025 07:50:20 -0800 Subject: [PATCH] fix: Remove unterminated triple-quoted string in user_input.py --- src/screener/user_input.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screener/user_input.py b/src/screener/user_input.py index 3c296ef..898560d 100644 --- a/src/screener/user_input.py +++ b/src/screener/user_input.py @@ -27,8 +27,6 @@ def get_user_screener_selection() -> dict: """Ask the user which screeners they want to run and whether to use defaults. Returns a dictionary of selected screeners with default/customization choices. """ - Ask the user which screeners they want to run and whether to use defaults. - Returns a dictionary of selected screeners with default/customization choices. """ selected_screeners = {}