summaryrefslogtreecommitdiff
path: root/tests/test_argparse_custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_argparse_custom.py')
-rw-r--r--tests/test_argparse_custom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_argparse_custom.py b/tests/test_argparse_custom.py
index d425baa8..36f2fce5 100644
--- a/tests/test_argparse_custom.py
+++ b/tests/test_argparse_custom.py
@@ -184,7 +184,6 @@ def test_apcustom_narg_tuple_one_base():
# noinspection PyUnresolvedReferences
def test_apcustom_narg_tuple_other_ranges():
-
# Test range with no upper bound on max
parser = Cmd2ArgumentParser()
arg = parser.add_argument('arg', nargs=(2,))