From b4207f0016060c7ca6b0cf1976f2ad6e86914867 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Thu, 31 Oct 2024 12:57:46 -0700 Subject: [PATCH] Linting --- netmiko/cli_tools/argument_handling.py | 6 +++--- netmiko/cli_tools/fix.txt | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 netmiko/cli_tools/fix.txt diff --git a/netmiko/cli_tools/argument_handling.py b/netmiko/cli_tools/argument_handling.py index 41e00c24b..1c7854648 100644 --- a/netmiko/cli_tools/argument_handling.py +++ b/netmiko/cli_tools/argument_handling.py @@ -39,7 +39,7 @@ def show_args(parser): help="Device or group to connect to", action="store", type=str, - nargs="?" + nargs="?", ) @@ -50,7 +50,7 @@ def cfg_args(parser): help="Device or group to connect to", action="store", type=str, - nargs="?" + nargs="?", ) parser.add_argument( "--infile", help="Read commands from file", type=argparse.FileType("r") @@ -67,7 +67,7 @@ def grep_args(parser): help="Device or group to connect to", action="store", type=str, - nargs="?" + nargs="?", ) diff --git a/netmiko/cli_tools/fix.txt b/netmiko/cli_tools/fix.txt deleted file mode 100644 index 50697ed8b..000000000 --- a/netmiko/cli_tools/fix.txt +++ /dev/null @@ -1,2 +0,0 @@ -management api http-commands - no protocol https ssl profile