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

Unified Diff: tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py

Issue 739623005: [Telemetry] Resolve errors due to new pylint checker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready to land Created 6 years, 1 month 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
« no previous file with comments | « tools/telemetry/telemetry/timeline/counter.py ('k') | tools/telemetry/telemetry/timeline/model.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py
diff --git a/tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py b/tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py
index f343296d5610e2424fdf9cea42ed72c60a126eeb..17574732e1e99b6c73cadd93960626ffcfb6e874 100644
--- a/tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py
+++ b/tools/telemetry/telemetry/timeline/empty_timeline_data_importer_unittest.py
@@ -23,7 +23,7 @@ class EmptyTimelineDataImporterTest(unittest.TestCase):
# We can't import non-empty TimelineData objects
self.assertFalse(
empty_timeline_data_importer.EmptyTimelineDataImporter.CanImport(
- tracing_timeline_data.TracingTimelineData([1,2,3])))
+ tracing_timeline_data.TracingTimelineData([1, 2, 3])))
def testCannotImportEmptyRawData(self):
# We can't import raw data (not wrapped in a TimelineData object)
« no previous file with comments | « tools/telemetry/telemetry/timeline/counter.py ('k') | tools/telemetry/telemetry/timeline/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698