summaryrefslogtreecommitdiff
path: root/extra/usb_power/powerlog_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_power/powerlog_unittest.py')
-rw-r--r--extra/usb_power/powerlog_unittest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/usb_power/powerlog_unittest.py b/extra/usb_power/powerlog_unittest.py
index 7058c57aa7..1d0718530e 100644
--- a/extra/usb_power/powerlog_unittest.py
+++ b/extra/usb_power/powerlog_unittest.py
@@ -1,6 +1,11 @@
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+#
+# Ignore indention messages, since legacy scripts use 2 spaces instead of 4.
+# pylint: disable=bad-indentation,docstring-section-indent
+# pylint: disable=docstring-trailing-quotes
+
"""Unit tests for powerlog."""
import os