We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccef86 commit 5bfe8b6Copy full SHA for 5bfe8b6
labgrid/resource/udev.py
@@ -60,7 +60,7 @@ def __attrs_post_init__(self):
60
self.match.setdefault('SUBSYSTEM', 'usb')
61
super().__attrs_post_init__()
62
63
- def filter_match(self, device): # pylint: disable=unused-argument,no-self-use
+ def filter_match(self, device): # pylint: disable=unused-argument
64
return True
65
66
def suggest_match(self, device):
0 commit comments