diff options
Diffstat (limited to 'examples/subcommands.py')
-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 |