Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 26, 2023
1 parent 5585c53 commit 4e4b29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorless-talon/src/csv_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class SpokenFormEntry:
def init_csv_and_watch_changes(
filename: str,
default_values: ListToSpokenForms,
*,
handle_new_values: Optional[Callable[[list[SpokenFormEntry]], None]] = None,
*,
extra_ignored_values: Optional[list[str]] = None,
extra_allowed_values: Optional[list[str]] = None,
allow_unknown_values: bool = False,
Expand Down

0 comments on commit 4e4b29a

Please sign in to comment.