Skip to content

Commit 9395c21

Browse files
committed
pre-commit
1 parent 24f27b4 commit 9395c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cursorless-talon/src/csv_overrides.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
tag: user.cursorless_default_vocabulary
3131
"""
3232

33+
3334
def init_csv_and_watch_changes(
3435
filename: str,
3536
default_values: dict[str, dict[str, str]],
@@ -151,10 +152,10 @@ def check_for_duplicates(filename, default_values):
151152
def is_removed(value: str):
152153
return value.startswith("-")
153154

155+
154156
def create_default_vocabulary_dicts(
155157
default_values: dict[str, dict], pluralize_lists: list[str]
156158
):
157-
158159
default_values_updated = {}
159160
for key, value in default_values.items():
160161
updated_dict = {}

0 commit comments

Comments
 (0)