From a90d3cfecf17c33ce8c376d0b3a0b5cb6f1c1153 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 31 Aug 2022 14:34:55 -0400 Subject: Added isort to script --- tests.local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.local.sh b/tests.local.sh index f773fa9..2ced739 100755 --- a/tests.local.sh +++ b/tests.local.sh @@ -1,6 +1,9 @@ # Clean tox environment tox -e clean +# Sort imports +isort . + # Run Tests tox -e check -v -- cgit v1.2.3