lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -17,8 +17,9 @@ class ListCliHandler(BaseCliHandler):
|
|||
@classmethod
|
||||
def add_subparser_to(cls, subparsers: _SubparserType) -> None:
|
||||
parser = subparsers.add_parser("list", help="list operations")
|
||||
parser.add_argument("--dump", choices=sorted(lists.keys()),
|
||||
help="dump a list in JSON format")
|
||||
parser.add_argument(
|
||||
"--dump", choices=sorted(lists.keys()), help="dump a list in JSON format"
|
||||
)
|
||||
parser.set_defaults(cls=cls)
|
||||
|
||||
def run(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue