Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoonX authored and mirkobrombin committed Dec 22, 2024
1 parent 4867092 commit 63237f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bottles/frontend/windows/drives.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self, window, config, **kwargs):
self.config = config

self.__populate_combo_and_drives()

# connect signals
self.btn_save.connect("clicked", self.__save)

Expand Down Expand Up @@ -140,4 +140,3 @@ def add_combo_letter(self, letter: str):
self.str_list_letters.get_n_items(),
)
self.str_list_letters.splice(idx_new, 0, letter)

0 comments on commit 63237f7

Please sign in to comment.