summaryrefslogtreecommitdiff
path: root/examples/modular_commands/commandset_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modular_commands/commandset_basic.py')
-rw-r--r--examples/modular_commands/commandset_basic.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/modular_commands/commandset_basic.py b/examples/modular_commands/commandset_basic.py
index 2ceda439..9c94e01e 100644
--- a/examples/modular_commands/commandset_basic.py
+++ b/examples/modular_commands/commandset_basic.py
@@ -4,8 +4,7 @@ A simple example demonstrating a loadable command set
"""
from typing import List
-from cmd2 import Cmd, CommandSet, Statement, with_category, with_default_category
-from cmd2.utils import CompletionError
+from cmd2 import Cmd, CommandSet, CompletionError, Statement, with_category, with_default_category
@with_default_category('Basic Completion')