Skip to content

Commit

Permalink
STY: Apply pre-commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed May 7, 2024
1 parent bea8db4 commit 2614566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pydm/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ def eventFilter(self, obj, event):
if channels:
self.show_address_tooltip(event, channels)
return True
else:
# return and run default behavior middle-click paste if PyDMLineEdit
# is not connected to channel, so you can still paste the middle-click
else:
# return and run default behavior middle-click paste if PyDMLineEdit
# is not connected to channel, so you can still paste the middle-click
# clipboard into edits intended for text entry.
return False
return False
Expand Down

0 comments on commit 2614566

Please sign in to comment.