Skip to content

Commit

Permalink
WIP: remove accidently added func arg
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed May 7, 2024
1 parent 2614566 commit 909e0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydm/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def eventFilter(self, obj, event):
return False
return False

def show_address_tooltip(self, event, channels):
def show_address_tooltip(self, event):
"""
Show the PyDMTooltip and copy address to clipboard
Expand Down

0 comments on commit 909e0e5

Please sign in to comment.