File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ def broken(self, reason):
93
93
self .data ["acquired" ] = "<broken>"
94
94
self .logger .error ("marked as broken: %s" , reason )
95
95
96
- def _get_start_params (self ): # pylint: disable=no-self-use
96
+ def _get_start_params (self ):
97
97
return {}
98
98
99
- def _get_params (self ): # pylint: disable=no-self-use
99
+ def _get_params (self ):
100
100
return {}
101
101
102
102
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