diff options
| author | Eric Lin <anselor@gmail.com> | 2021-03-15 15:18:29 -0400 |
|---|---|---|
| committer | anselor <anselor@gmail.com> | 2021-03-18 18:26:20 -0400 |
| commit | 9d1b7c7f1068ce9b55ba160ebceeadd665d1bc02 (patch) | |
| tree | 2add05f8f7f955f2ba6aafaa640afccafe8f514a /tests_isolated | |
| parent | f30627d5d2d0adc7db45aa26956372ea2cb3dc19 (diff) | |
| download | cmd2-git-9d1b7c7f1068ce9b55ba160ebceeadd665d1bc02.tar.gz | |
Some mypy validation fixes
Diffstat (limited to 'tests_isolated')
| -rw-r--r-- | tests_isolated/test_commandset/test_commandset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests_isolated/test_commandset/test_commandset.py b/tests_isolated/test_commandset/test_commandset.py index 85608248..5bb68b08 100644 --- a/tests_isolated/test_commandset/test_commandset.py +++ b/tests_isolated/test_commandset/test_commandset.py @@ -20,10 +20,10 @@ from cmd2.exceptions import ( ) from .conftest import ( + WithCommandSets, complete_tester, normalize, run_cmd, - WithCommandSets, ) |
