| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| index 605ab7c2750ac4d42ea16edef757026003cf5997..588c8d362788a2b86f8656f7f454ebfb683efd5e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| @@ -29,10 +29,6 @@
|
| """Checks WebKit style for test_expectations files."""
|
|
|
| import logging
|
| -import optparse
|
| -import os
|
| -import re
|
| -import sys
|
|
|
| from common import TabChecker
|
| from webkitpy.common.host import Host
|
|
|