| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| index 543951926474caa4cac6bb298c126ebafc43ccaa..31830f7364209a825d25d4ed978a3d541af5edf5 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| @@ -25,7 +25,7 @@ class BaseTestCase(unittest.TestCase):
|
|
|
| def setUp(self):
|
| self.tool = MockWebKitPatch()
|
| - # lint warns that command_constructor might not be set, but this is intentional; pylint: disable=E1102
|
| + # Lint warns that command_constructor might not be set, but this is intentional; pylint: disable=not-callable
|
| self.command = self.command_constructor()
|
| self.command._tool = self.tool
|
| self.tool.builders = BuilderList({
|
|
|