Skip to content

Commit 4e4b29a

Browse files
committed
whoops
1 parent 5585c53 commit 4e4b29a

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
@@ -51,8 +51,8 @@ class SpokenFormEntry:
5151
def init_csv_and_watch_changes(
5252
filename: str,
5353
default_values: ListToSpokenForms,
54-
*,
5554
handle_new_values: Optional[Callable[[list[SpokenFormEntry]], None]] = None,
55+
*,
5656
extra_ignored_values: Optional[list[str]] = None,
5757
extra_allowed_values: Optional[list[str]] = None,
5858
allow_unknown_values: bool = False,

0 commit comments

Comments
 (0)