Skip to content

Commit

Permalink
chore: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 10, 2024
1 parent 13d9d62 commit 5f3ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/ui/api/dooit_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def handle_key(self, key: str) -> None:

assert keymatch.function is not None
try:
res = keymatch.function.callback()
keymatch.function.callback()
except Exception as e:
self.app.bar_switcher.switch_to_notification(
BarNotification(str(e), "error")
Expand Down

0 comments on commit 5f3ff07

Please sign in to comment.