From d582466335d3182a15dc40bf2d8b6737fb158d46 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 9 Sep 2020 01:03:21 -0400 Subject: Moved two classes from cmd2.py to utils.py. --- tests/test_completion.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/test_completion.py b/tests/test_completion.py index d0771795..48f93a5a 100755 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -22,7 +22,6 @@ import pytest import cmd2 from cmd2 import utils from examples.subcommands import SubcommandsExample - from .conftest import complete_tester, normalize, run_cmd # List of strings used with completion functions -- cgit v1.2.1