Skip to content

Commit 3845d8e

Browse files
author
bernstein[bot]
committed
style: auto-fix ruff lint and format
1 parent 58aa03e commit 3845d8e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/bernstein/tui/app.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ def _build_app_bindings() -> list[BindingType]:
4141
User overrides from ~/.bernstein/keybindings.yaml and keybindings.json
4242
are applied automatically.
4343
"""
44-
return [
45-
Binding(e.key, e.action, e.description, show=e.show, priority=e.priority)
46-
for e in _resolve_all_bindings()
47-
]
44+
return [Binding(e.key, e.action, e.description, show=e.show, priority=e.priority) for e in _resolve_all_bindings()]
45+
4846

4947
# ---------------------------------------------------------------------------
5048
# Constants

0 commit comments

Comments
 (0)