File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ def broken(self, reason):
92
92
self .data ["acquired" ] = "<broken>"
93
93
self .logger .error ("marked as broken: %s" , reason )
94
94
95
- def _get_start_params (self ): # pylint: disable=no-self-use
95
+ def _get_start_params (self ):
96
96
return {}
97
97
98
- def _get_params (self ): # pylint: disable=no-self-use
98
+ def _get_params (self ):
99
99
return {}
100
100
101
101
def _start (self , start_params ):
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def __attrs_post_init__(self):
60
60
self .match .setdefault ('SUBSYSTEM' , 'usb' )
61
61
super ().__attrs_post_init__ ()
62
62
63
- def filter_match (self , device ): # pylint: disable=unused-argument,no-self-use
63
+ def filter_match (self , device ): # pylint: disable=unused-argument
64
64
return True
65
65
66
66
def suggest_match (self , device ):
You can’t perform that action at this time.
0 commit comments