From f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sun, 25 Mar 2018 22:27:23 -0400 Subject: Removed unused imports --- examples/subcommands.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/subcommands.py') 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 -- cgit v1.2.1