diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-10 19:29:18 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-07-11 17:30:40 -0400 |
commit | 6e19fb191dc0dd82416a9e9cc0b8e4a0ab5f200c (patch) | |
tree | af37712079d0184c9c0c6a1761a4f65b58b9d2b3 /plugins/ext_test/tests | |
parent | 4f631bec32592e9278860fd234ebe84facfec3c1 (diff) | |
download | cmd2-git-6e19fb191dc0dd82416a9e9cc0b8e4a0ab5f200c.tar.gz |
Ran isort
Diffstat (limited to 'plugins/ext_test/tests')
-rw-r--r-- | plugins/ext_test/tests/test_ext_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ext_test/tests/test_ext_test.py b/plugins/ext_test/tests/test_ext_test.py index cf5429b8..b1ba1b7d 100644 --- a/plugins/ext_test/tests/test_ext_test.py +++ b/plugins/ext_test/tests/test_ext_test.py @@ -3,8 +3,8 @@ import pytest -from cmd2 import cmd2, CommandResult import cmd2_ext_test +from cmd2 import CommandResult, cmd2 ###### # |