mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
Remove unused block of code
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user