Skip to content

Commit be28300

Browse files
Stable hats (#1225)
- Fixes #432 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] Add test for case where enabled hat styles change, both adding or removing an enabled hat style - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 682f75b commit be28300

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cheatsheet/get_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def get_list(name, type, descriptions=None):
1616

1717

1818
def get_lists(names: list[str], type: str, descriptions=None):
19-
2019
return [item for name in names for item in get_list(name, type, descriptions)]
2120

2221

src/vendor/jstyleson.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def dispose(json_str):
2828
former_index = None
2929

3030
for index, char in enumerate(json_str):
31-
3231
if escaped: # We have just met a '\'
3332
escaped = False
3433
continue

0 commit comments

Comments
 (0)