Skip to content

Commit

Permalink
Force kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 26, 2023
1 parent e021c77 commit 5585c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cursorless-talon/src/csv_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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,
Expand Down

0 comments on commit 5585c53

Please sign in to comment.