From fc2938070ef2a0aa3c72b2be9efe2ed90af960fa Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 12 Oct 2021 11:32:10 -0700 Subject: [PATCH] Remove unused block of code Signed-off-by: Matthew Stidham --- py-scripts/test_ip_connection.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/py-scripts/test_ip_connection.py b/py-scripts/test_ip_connection.py index 47e92267..eb69a5e4 100755 --- a/py-scripts/test_ip_connection.py +++ b/py-scripts/test_ip_connection.py @@ -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":