diff options
Diffstat (limited to 'tests/test_acargparse.py')
-rw-r--r-- | tests/test_acargparse.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_acargparse.py b/tests/test_acargparse.py index 64612737..436158db 100644 --- a/tests/test_acargparse.py +++ b/tests/test_acargparse.py @@ -1,9 +1,6 @@ # flake8: noqa E302 """ Unit/functional testing for argparse customizations in cmd2 - -Copyright 2018 Eric Lin <anselor@gmail.com> -Released under MIT license, see LICENSE file """ import pytest from cmd2.argparse_completer import ACArgumentParser, is_potential_flag |