Skip to content

Commit 1b19bd2

Browse files
committed
tweaks
1 parent 91238ff commit 1b19bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-talon/src/csv_overrides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def init_csv_and_watch_changes(
5757
default_list_name: Optional[str] = None,
5858
headers: list[str] = [SPOKEN_FORM_HEADER, CURSORLESS_IDENTIFIER_HEADER],
5959
no_update_file: bool = False,
60-
pluralize_lists: list[str] = [],
60+
pluralize_lists: Optional[list[str]] = None,
6161
):
6262
"""
6363
Initialize a cursorless settings csv, creating it if necessary, and watch

0 commit comments

Comments
 (0)