Skip to content

Commit

Permalink
pw_{arduino_build,bloat}: Remove "yapf: enable"
Browse files Browse the repository at this point in the history
Bug: b/259595799
Change-Id: I215867eed87ce11b0d2d24c418dd009abbcf9182
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/122151
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Dec 1, 2022
1 parent 826e442 commit 6bc7ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pw_arduino_build/py/pw_arduino_build/core_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class ArduinoCoreNotSupported(Exception):
"Windows": {},
},
}
# yapf: enable


def install_core_command(args: argparse.Namespace):
Expand Down
2 changes: 0 additions & 2 deletions pw_bloat/py/pw_bloat/bloat.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def run_bloaty(
*extra_args,
]

# yapf: enable

if base_file is not None:
cmd.extend(['--', base_file])

Expand Down

0 comments on commit 6bc7ab3

Please sign in to comment.