Skip to content

Commit

Permalink
chore: blacken cve_bin_tool/cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko authored Oct 11, 2023
1 parent 31cb7da commit 28d3ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cve_bin_tool/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

class StringToListAction(argparse.Action):
"""Convert comma-separated strings to lists."""

def __call__(self, parser, namespace, values, option_string=None):
"""Parse and convert comma-separated values to a list."""
values = list(map(lambda val: val.strip(), values.split(",")))
Expand Down

0 comments on commit 28d3ca1

Please sign in to comment.