summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py')
-rw-r--r--chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py b/chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py
index 877ddaa0645..34e8c431bb0 100644
--- a/chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py
+++ b/chromium/third_party/catapult/tracing/tracing/mre/cloud_storage.py
@@ -22,6 +22,8 @@ class CloudStorageError(Exception):
' 3. For the project-id, just enter 0.' % command)
+# TODO(https://1277796): Rename this once we're Python 3-only.
+# pylint: disable=redefined-builtin
class PermissionError(CloudStorageError):
def __init__(self):