| Index: gm/rebaseline_server/results.py
|
| diff --git a/gm/rebaseline_server/results.py b/gm/rebaseline_server/results.py
|
| index 8e6bc436d1c8c89a25d049c9a13d5f115b682750..da970af3c7ba333fe05db7be8c775f015dd2b666 100755
|
| --- a/gm/rebaseline_server/results.py
|
| +++ b/gm/rebaseline_server/results.py
|
| @@ -15,9 +15,7 @@ import os
|
| import re
|
|
|
| # Must fix up PYTHONPATH before importing from within Skia
|
| -# pylint: disable=W0611
|
| -import fix_pythonpath
|
| -# pylint: enable=W0611
|
| +import fix_pythonpath # pylint: disable=W0611
|
|
|
| # Imports from within Skia
|
| import gm_json
|
|
|