fix: Remove unterminated triple-quoted string in user_input.py
This commit is contained in:
parent
8cd2b39849
commit
3fb5a8855b
@ -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 = {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user