Lint: E262 inline comment should start with '# '
This commit is contained in:
parent
76b1cafdcc
commit
2deee9a329
|
@ -1446,7 +1446,7 @@ def net_acl():
|
||||||
@click.option(
|
@click.option(
|
||||||
'--in/--out', 'direction',
|
'--in/--out', 'direction',
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
default=True, #inbound
|
default=True, # inbound
|
||||||
help='Inbound or outbound ruleset.'
|
help='Inbound or outbound ruleset.'
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
|
Loading…
Reference in New Issue