python: Reformat code with black 22.3.0
Related to T3922
This commit is contained in:
parent
00f1b99ad9
commit
d38e05cff7
37 changed files with 265 additions and 144 deletions
|
@ -24,7 +24,10 @@ logger = logging.getLogger(__name__)
|
|||
"--config-file",
|
||||
"-C",
|
||||
default=None,
|
||||
type=click.Path(exists=True, dir_okay=False,),
|
||||
type=click.Path(
|
||||
exists=True,
|
||||
dir_okay=False,
|
||||
),
|
||||
help="Configuration file.",
|
||||
)
|
||||
@click.pass_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue