Chromium Code Reviews| Index: tests/watchlists_unittest.py |
| diff --git a/tests/watchlists_unittest.py b/tests/watchlists_unittest.py |
| index 22afe2feb5c5e6938ac546644ac59c1ef8030e65..edad68b288e0308ed4a45dbdff67bbba9e0a9849 100755 |
| --- a/tests/watchlists_unittest.py |
| +++ b/tests/watchlists_unittest.py |
| @@ -5,6 +5,9 @@ |
| """Unit tests for watchlists.py.""" |
| +# pylint is too confused. |
| +# pylint: disable=E1103,E1120,W0212,W0403 |
| + |
| import super_mox |
| import watchlists |