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

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

Issue 1103553002: Reland Reenable unused-import lint check for telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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_unittest.py
diff --git a/tools/telemetry/telemetry/internal/actions/mouse_click_unittest.py b/tools/telemetry/telemetry/internal/actions/mouse_click_unittest.py
index 4e1c0b3f0736975cf4bc1692367bde95e7fbc231..70813d635a621aea5cfbf3f2d958ce867631af9b 100644
--- a/tools/telemetry/telemetry/internal/actions/mouse_click_unittest.py
+++ b/tools/telemetry/telemetry/internal/actions/mouse_click_unittest.py
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import os
-
from telemetry.core import exceptions
from telemetry.internal.actions import mouse_click
from telemetry.unittest_util import tab_test_case

Powered by Google App Engine
This is Rietveld 408576698