aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaques Clapauch <jaquesc@google.com>2021-09-20 15:16:57 -0400
committerCommit Bot <commit-bot@chromium.org>2021-09-20 19:40:54 +0000
commit5e2dce9008f86f856324e9077345f4e6a020fa1f (patch)
tree49f807d58b64c1be7c05fa83f95ab5f0730db74e
parent59bd789c8c8b7217b248e9582a10dd86ed9a2d0e (diff)
downloadtoolchain-utils-5e2dce9008f86f856324e9077345f4e6a020fa1f.tar.gz
Clean up cros-logging-import pylint attributes
BUG=b:200542097 TEST=None Change-Id: I82f4011d499b323a4eceda2949e103dc1559299f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3171413 Commit-Queue: Jaques Clapauch <jaquesc@google.com> Commit-Queue: Chris McDonald <cjmcdonald@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: Jaques Clapauch <jaquesc@google.com> Auto-Submit: Jaques Clapauch <jaquesc@google.com> Reviewed-by: Chris McDonald <cjmcdonald@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
-rwxr-xr-xcwp/cr-os/fetch_gn_descs.py1
-rwxr-xr-xllvm_tools/bisect_clang_crashes.py2
-rwxr-xr-xllvm_tools/bisect_clang_crashes_unittest.py1
-rwxr-xr-xllvm_tools/fetch_cros_sdk_rolls.py2
-rwxr-xr-xllvm_tools/nightly_revert_checker.py2
-rwxr-xr-xllvm_tools/upload_lexan_crashes_to_forcey.py2
-rwxr-xr-xpgo_tools/monitor_pgo_profiles.py2
-rwxr-xr-xrust_tools/rust_watch.py2
-rwxr-xr-xrust_tools/rust_watch_test.py2
9 files changed, 0 insertions, 16 deletions
diff --git a/cwp/cr-os/fetch_gn_descs.py b/cwp/cr-os/fetch_gn_descs.py
index 60d331c5..8a0b2e4e 100755
--- a/cwp/cr-os/fetch_gn_descs.py
+++ b/cwp/cr-os/fetch_gn_descs.py
@@ -23,7 +23,6 @@ from __future__ import print_function
import argparse
import json
-# pylint: disable=cros-logging-import
import logging
import os
import subprocess
diff --git a/llvm_tools/bisect_clang_crashes.py b/llvm_tools/bisect_clang_crashes.py
index e8ee2ab6..c53db179 100755
--- a/llvm_tools/bisect_clang_crashes.py
+++ b/llvm_tools/bisect_clang_crashes.py
@@ -7,8 +7,6 @@
"""Fetches and submits the artifacts from Chrome OS toolchain's crash bucket.
"""
-# pylint: disable=cros-logging-import
-
import argparse
import glob
import json
diff --git a/llvm_tools/bisect_clang_crashes_unittest.py b/llvm_tools/bisect_clang_crashes_unittest.py
index c9143450..a3dc0c6d 100755
--- a/llvm_tools/bisect_clang_crashes_unittest.py
+++ b/llvm_tools/bisect_clang_crashes_unittest.py
@@ -6,7 +6,6 @@
"""Tests for bisect_clang_crashes."""
-# pylint: disable=cros-logging-import
import glob
import logging
import os.path
diff --git a/llvm_tools/fetch_cros_sdk_rolls.py b/llvm_tools/fetch_cros_sdk_rolls.py
index 42af678a..83d7025a 100755
--- a/llvm_tools/fetch_cros_sdk_rolls.py
+++ b/llvm_tools/fetch_cros_sdk_rolls.py
@@ -10,8 +10,6 @@ gs://chromiumos-sdk/. The hope is that it'll help answer the question "when did
the toolchain ebuild ${x} go live?"
"""
-# pylint: disable=cros-logging-import
-
import argparse
import json
import logging
diff --git a/llvm_tools/nightly_revert_checker.py b/llvm_tools/nightly_revert_checker.py
index 1a7bc793..6941f3d6 100755
--- a/llvm_tools/nightly_revert_checker.py
+++ b/llvm_tools/nightly_revert_checker.py
@@ -10,8 +10,6 @@ If any reverts are found that were previously unknown, this cherry-picks them or
fires off an email. All LLVM SHAs to monitor are autodetected.
"""
-# pylint: disable=cros-logging-import
-
from __future__ import print_function
import argparse
diff --git a/llvm_tools/upload_lexan_crashes_to_forcey.py b/llvm_tools/upload_lexan_crashes_to_forcey.py
index 486fe664..61bf6b7d 100755
--- a/llvm_tools/upload_lexan_crashes_to_forcey.py
+++ b/llvm_tools/upload_lexan_crashes_to_forcey.py
@@ -6,8 +6,6 @@
"""Fetches and submits the latest test-cases from Lexan's crash bucket."""
-# pylint: disable=cros-logging-import
-
import argparse
import contextlib
import datetime
diff --git a/pgo_tools/monitor_pgo_profiles.py b/pgo_tools/monitor_pgo_profiles.py
index cb41eb88..be159b94 100755
--- a/pgo_tools/monitor_pgo_profiles.py
+++ b/pgo_tools/monitor_pgo_profiles.py
@@ -5,8 +5,6 @@
"""Emails the mage if PGO profile generation hasn't succeeded recently."""
-# pylint: disable=cros-logging-import
-
import argparse
import datetime
import sys
diff --git a/rust_tools/rust_watch.py b/rust_tools/rust_watch.py
index b9ad7b82..66df7c8a 100755
--- a/rust_tools/rust_watch.py
+++ b/rust_tools/rust_watch.py
@@ -9,8 +9,6 @@
Sends an email if something interesting (probably) happened.
"""
-# pylint: disable=cros-logging-import
-
import argparse
import itertools
import json
diff --git a/rust_tools/rust_watch_test.py b/rust_tools/rust_watch_test.py
index 97d111fc..a00f3ddc 100755
--- a/rust_tools/rust_watch_test.py
+++ b/rust_tools/rust_watch_test.py
@@ -6,8 +6,6 @@
"""Tests for rust_watch.py."""
-# pylint: disable=cros-logging-import
-
import logging
import pathlib
import subprocess