aboutsummaryrefslogtreecommitdiff
path: root/afdo_tools/bisection/afdo_prof_analysis.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:23:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:23:33 +0000
commitcdb14f8af52b9819d9f499cc3caa398ebb0051ac (patch)
treeb0522edde1d3c5356c95eb1ee2eae3e87befa1f3 /afdo_tools/bisection/afdo_prof_analysis.py
parentf4de9d68440e8683b2497074fdc2d1108c851c2a (diff)
parent882a18888febb9cb0b9d6c6069498cbc4aa30f88 (diff)
downloadtoolchain-utils-cdb14f8af52b9819d9f499cc3caa398ebb0051ac.tar.gz
Change-Id: I72dc5929f7daf6bde83bea832bc2821e0f026515
Diffstat (limited to 'afdo_tools/bisection/afdo_prof_analysis.py')
-rwxr-xr-xafdo_tools/bisection/afdo_prof_analysis.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/afdo_tools/bisection/afdo_prof_analysis.py b/afdo_tools/bisection/afdo_prof_analysis.py
index 94e5366b..ce8afd64 100755
--- a/afdo_tools/bisection/afdo_prof_analysis.py
+++ b/afdo_tools/bisection/afdo_prof_analysis.py
@@ -24,9 +24,6 @@ from __future__ import division, print_function
import argparse
import json
-# Pylint recommends we use "from chromite.lib import cros_logging as logging".
-# Chromite specific policy message, we want to keep using the standard logging
-# pylint: disable=cros-logging-import
import logging
import os
import random