Remove unused block of code

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-10-12 11:32:10 -07:00
parent 43bbf8251b
commit fc2938070e

View File

@@ -221,12 +221,6 @@ Generic ipv4 command example:
--passwd BLANK
--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:
if agroup.title == "optional arguments":