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])