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

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

Issue 1028903002: [Telemetry] Style fix, make docstrings consistent with style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « tools/telemetry/telemetry/timeline/importer.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/inspector_importer.py
diff --git a/tools/telemetry/telemetry/timeline/inspector_importer.py b/tools/telemetry/telemetry/timeline/inspector_importer.py
index e99694271b2d8764f24075b4bf8a1438db09a9a2..b23d940c656a9ea90ecd84f8d36749ff2bc67fb9 100644
--- a/tools/telemetry/telemetry/timeline/inspector_importer.py
+++ b/tools/telemetry/telemetry/timeline/inspector_importer.py
@@ -1,7 +1,7 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-'''Imports event data obtained from the inspector's timeline.'''
+"""Imports event data obtained from the inspector's timeline."""
import telemetry.timeline.slice as tracing_slice
import telemetry.timeline.thread as timeline_thread
« no previous file with comments | « tools/telemetry/telemetry/timeline/importer.py ('k') | tools/telemetry/telemetry/timeline/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698