Skip to content

Commit

Permalink
Fixed codding style (black)
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 4, 2024
1 parent 2868a46 commit 10abc5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion nautilus_terminal/color_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
This module contains varous helper functions related to color.
"""


import re


Expand Down
6 changes: 3 additions & 3 deletions nautilus_terminal/nautilus_accels_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def backup_nautilus_accels(nautilus_app, nautilus_window):
action_prefix
).list_actions()
]:
NAUTILUS_ACCELS_BACKUP[
action
] = nautilus_app.get_accels_for_action(action)
NAUTILUS_ACCELS_BACKUP[action] = (
nautilus_app.get_accels_for_action(action)
)

# row
# TODO get accels from the "row" group (nautilus side bar)
Expand Down

0 comments on commit 10abc5a

Please sign in to comment.