Index: trunk/src/tools/telemetry/PRESUBMIT.py |
=================================================================== |
--- trunk/src/tools/telemetry/PRESUBMIT.py (revision 253610) |
+++ trunk/src/tools/telemetry/PRESUBMIT.py (working copy) |
@@ -20,12 +20,6 @@ |
'Docs are stale. Please run:\n' + |
'$ %s' % os.path.abspath(update_docs_path))) |
- # Importing telemetry.web_components actually brings tvcm into the path. |
- import telemetry.web_components # pylint: disable=W0612 |
- from tvcm import presubmit_checker |
- checker = presubmit_checker.PresubmitChecker(input_api, output_api) |
- results += checker.RunChecks() |
- |
results.extend(input_api.canned_checks.RunPylint( |
input_api, output_api, |
black_list=PYLINT_BLACKLIST, |