Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2023
1 parent 8864486 commit ba0d647
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selsearch/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

def callback(f, *args, **kwargs):
def wrapper():

while listeners:
listeners.pop().stop()

Expand Down Expand Up @@ -47,7 +46,6 @@ def gui():
shortcuts[exit_shortcut] = callback(exit)

while True:

with GlobalHotKeys(shortcuts) as listener:
listeners.append(listener)
listener.join()
Expand Down

0 comments on commit ba0d647

Please sign in to comment.