| Index: scripts/slave/chromium_commands.py
|
| diff --git a/scripts/slave/chromium_commands.py b/scripts/slave/chromium_commands.py
|
| index db996e9cb797bc13a504df27c1a4b2f36ce6b3c6..3fb9e4d1f6e5cf3e5923ddefd23f01bb1c1f214b 100644
|
| --- a/scripts/slave/chromium_commands.py
|
| +++ b/scripts/slave/chromium_commands.py
|
| @@ -648,7 +648,7 @@ class GClient(sourcebase):
|
| return sourcebase.maybeDoVCRetry(self, res)
|
|
|
|
|
| -class ApplyIssue(commandbase):
|
| +class ApplyIssue(commandbase): # disable=W0654
|
| """Command to run apple_issue.py on the checkbout."""
|
|
|
| def __init__(self, *args, **kwargs):
|
|
|