| Index: mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py
|
| diff --git a/mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py b/mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py
|
| index 08bcbb531bbdca7d2953117d29621216f0badcdc..dd28cdd120f3263de53ebcddeefb87b9510e053d 100644
|
| --- a/mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py
|
| +++ b/mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py
|
| @@ -7,9 +7,6 @@ import os.path
|
| import sys
|
| import unittest
|
|
|
| -# Disable lint check for finding modules:
|
| -# pylint: disable=F0401
|
| -
|
| def _GetDirAbove(dirname):
|
| """Returns the directory "above" this file containing |dirname| (which must
|
| also be "above" this file)."""
|
|
|