example_security_connection: Fix whitespace

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-22 12:59:27 -08:00
committed by shivam
parent 429e5559cc
commit 6b7f8dc65a

View File

@@ -103,10 +103,6 @@ def main():
--passwd admin123-wpa3
--debug
''')
required = None
for agroup in parser._action_groups:
if agroup.title == "required arguments":
required = agroup
# if required is not None:
optional = None
for agroup in parser._action_groups: