From 6bc7ab3eeae36a91c7ecec8041a41c06161d64c3 Mon Sep 17 00:00:00 2001 From: Rob Mohr Date: Thu, 1 Dec 2022 23:24:12 +0000 Subject: [PATCH] pw_{arduino_build,bloat}: Remove "yapf: enable" Bug: b/259595799 Change-Id: I215867eed87ce11b0d2d24c418dd009abbcf9182 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/122151 Pigweed-Auto-Submit: Rob Mohr Reviewed-by: Wyatt Hepler Commit-Queue: Auto-Submit --- pw_arduino_build/py/pw_arduino_build/core_installer.py | 1 - pw_bloat/py/pw_bloat/bloat.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/pw_arduino_build/py/pw_arduino_build/core_installer.py b/pw_arduino_build/py/pw_arduino_build/core_installer.py index 710b3e226a..dcb1fe186d 100644 --- a/pw_arduino_build/py/pw_arduino_build/core_installer.py +++ b/pw_arduino_build/py/pw_arduino_build/core_installer.py @@ -152,7 +152,6 @@ class ArduinoCoreNotSupported(Exception): "Windows": {}, }, } -# yapf: enable def install_core_command(args: argparse.Namespace): diff --git a/pw_bloat/py/pw_bloat/bloat.py b/pw_bloat/py/pw_bloat/bloat.py index 1f2d76afc7..0bc5b01b18 100755 --- a/pw_bloat/py/pw_bloat/bloat.py +++ b/pw_bloat/py/pw_bloat/bloat.py @@ -100,8 +100,6 @@ def run_bloaty( *extra_args, ] - # yapf: enable - if base_file is not None: cmd.extend(['--', base_file])