commit | 05a0c224f3386958e5f7d7a9f79bc5c7411c1846 | [log] [tgz] |
---|---|---|
author | Anthony DiGirolamo <tonymd@google.com> | Fri Oct 20 21:32:04 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 20 21:32:04 2023 +0000 |
tree | f1dc907c4b64f281a620e3c15eabd40edec57993 | |
parent | f9ab1c42c3129fbfe5065cdfe83530c21b614054 [diff] |
tools: Python lint fix Change-Id: If8a3b18004073615470eee9b8936a7fe2f171537 Reviewed-on: https://pigweed-review.googlesource.com/c/gonk/+/177170 Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Reviewed-by: Ted Pudlik <tpudlik@google.com>
diff --git a/tools/gonk_tools/presubmit_checks.py b/tools/gonk_tools/presubmit_checks.py index 8191759..628d557 100755 --- a/tools/gonk_tools/presubmit_checks.py +++ b/tools/gonk_tools/presubmit_checks.py
@@ -41,7 +41,6 @@ keep_sorted, python_checks, ) -from pw_presubmit.presubmit_context import PresubmitContext, PresubmitFailure _LOG = logging.getLogger(__name__)