Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: tools/telemetry/telemetry/internal/actions/mouse_click.py

Issue 1125633002: [Telemetry] Enable import-error, bad-indentation, bad-whitespace lint check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/actions/mouse_click.py
diff --git a/tools/telemetry/telemetry/internal/actions/mouse_click.py b/tools/telemetry/telemetry/internal/actions/mouse_click.py
index 7c2923c3b2d73a90cec4d84ab328765bacdb4e52..069afe887fe0835814105d43b08e5f50fd7a2790 100644
--- a/tools/telemetry/telemetry/internal/actions/mouse_click.py
+++ b/tools/telemetry/telemetry/internal/actions/mouse_click.py
@@ -8,7 +8,7 @@ from telemetry.internal.actions import page_action
def read_js():
with open(os.path.join(os.path.dirname(__file__), 'mouse_click.js')) as f:
- return f.read()
+ return f.read()
class MouseClickAction(page_action.PageAction):

Powered by Google App Engine
This is Rietveld 408576698