diff options
Diffstat (limited to 'tests/test_commandset.py')
-rw-r--r-- | tests/test_commandset.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/test_commandset.py b/tests/test_commandset.py index bed570b9..eedf51de 100644 --- a/tests/test_commandset.py +++ b/tests/test_commandset.py @@ -5,16 +5,13 @@ Test CommandSet """ from typing import List + import pytest import cmd2 from cmd2 import utils -from .conftest import ( - complete_tester, - normalize, - run_cmd, -) +from .conftest import complete_tester, normalize, run_cmd @cmd2.register_command |