Fix tools linting
This commit is contained in:
parent
4724a30937
commit
14d4012e8e
3 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
import sys
|
||||
from argparse import ArgumentParser
|
||||
from configparser import ConfigParser
|
||||
from os import PathLike
|
||||
from pathlib import Path
|
||||
from typing import Iterator, Set
|
||||
|
||||
|
@ -62,7 +59,7 @@ def run():
|
|||
choices=FORMATS,
|
||||
help="print packages list in a specific format.",
|
||||
default="list",
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"-d",
|
||||
"--dev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue