Skip to content

Commit

Permalink
style: [pre-commit.ci] auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2024
1 parent 6f6ec5a commit 1072aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/superqt/sliders/_labeled.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def __init__(
le.setFrame(False) # no border

# if connect is not None:
# self.editingFinished.connect(lambda: connect(self.value()))
# self.editingFinished.connect(lambda: connect(self.value()))
self.editingFinished.connect(self._silent_clear_focus)
self._update_size()

Expand Down

0 comments on commit 1072aa0

Please sign in to comment.