Standardize import sorting

Change-Id: I320d1056b16df70903f166899e259a6dab5421af
Signed-off-by: Daniel Arndt <daniel.arndt@canonical.com>
diff --git a/tox.ini b/tox.ini
index 9d18409..0792929 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,9 @@
 # limitations under the License.
 #######################################################################################
 
+[isort]
+profile = "black"
+
 [tox]
 envlist = black, cover, flake8, pylint, safety