Chromium Code Reviews| Index: tests/gclient_test.py |
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py |
| index 18876cc86e8e1b8b31d80a083702b9306a279309..86cb69300f3a1d956009b4d798c8204ca82bbe2e 100755 |
| --- a/tests/gclient_test.py |
| +++ b/tests/gclient_test.py |
| @@ -45,10 +45,10 @@ class SCMMock(object): |
| return self.url + url |
| # pylint: disable=R0201 |
| - def DoesRemoteURLMatch(self): |
| + def DoesRemoteURLMatch(self, _): |
| return True |
| - def GetActualRemoteURL(self): |
| + def GetActualRemoteURL(self, _): |
| return self.url |