From 2deee9a32953ddaa66b349827359391cc10d381a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 6 Nov 2020 19:03:30 -0500 Subject: [PATCH] Lint: E262 inline comment should start with '# ' --- client-cli/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 4a0a70df..3d24c060 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1446,7 +1446,7 @@ def net_acl(): @click.option( '--in/--out', 'direction', is_flag=True, - default=True, #inbound + default=True, # inbound help='Inbound or outbound ruleset.' ) @click.option(