diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-25 22:27:23 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-25 22:27:23 -0400 |
commit | f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344 (patch) | |
tree | e40f7463a8051d5ea6291906c9ebe8cd282b6b39 /examples | |
parent | 2d111d856be7f8dff5522815487d7e73bf6a06f9 (diff) | |
download | cmd2-git-f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344.tar.gz |
Removed unused imports
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/subcommands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/subcommands.py b/examples/subcommands.py index 0cc529a7..7efed093 100755 --- a/examples/subcommands.py +++ b/examples/subcommands.py @@ -7,8 +7,6 @@ This example shows an easy way for a single command to have many subcommands, ea and provides separate contextual help. """ import argparse -import functools -import sys import cmd2 from cmd2 import with_argparser |