We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b382e06 commit 9d89e9cCopy full SHA for 9d89e9c
1 file changed
cursorless-talon/src/csv_overrides.py
@@ -57,7 +57,7 @@ def init_csv_and_watch_changes(
57
default_list_name: Optional[str] = None,
58
headers: list[str] = [SPOKEN_FORM_HEADER, CURSORLESS_IDENTIFIER_HEADER],
59
no_update_file: bool = False,
60
- pluralize_lists: list[str] = [],
+ pluralize_lists: Optional[list[str]] = None,
61
):
62
"""
63
Initialize a cursorless settings csv, creating it if necessary, and watch
0 commit comments