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/setup.py | |
parent | 4f631bec32592e9278860fd234ebe84facfec3c1 (diff) | |
download | cmd2-git-6e19fb191dc0dd82416a9e9cc0b8e4a0ab5f200c.tar.gz |
Ran isort
Diffstat (limited to 'plugins/ext_test/setup.py')
-rw-r--r-- | plugins/ext_test/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index 71d87e49..d48e9871 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -2,6 +2,7 @@ # coding=utf-8 import os + import setuptools # |