Skip to content

Commit

Permalink
[Telink] flake8 fix (#25692)
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 authored Mar 21, 2023
1 parent 5853405 commit f994dae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ exclude = third_party
scripts/tools/memory/memdf/__init__.py
scripts/tools/memory/report_summary.py
scripts/tools/silabs/FactoryDataProvider.py
scripts/tools/telink/mfg_tool.py
scripts/tools/zap/generate.py
scripts/tools/zap/prune_outputs.py
scripts/tools/zap/version_update.py
Expand Down
2 changes: 0 additions & 2 deletions scripts/tools/telink/mfg_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ def base64_str(s): return base64.b64decode(s)

parser = argparse.ArgumentParser(description='Manufacuring partition generator tool',
formatter_class=lambda prog: argparse.HelpFormatter(prog, max_help_position=50))
mandatory_args = parser.add_argument_group("Mandatory keys", "These arguments must be provided to generate JSON file")
optional_args = parser.add_argument_group("Optional keys", "These arguments are optional and they depend on the user-purpose")

# General options
general_args = parser.add_argument_group('General options')
Expand Down

0 comments on commit f994dae

Please sign in to comment.