Added isort to lint-fix

This commit is contained in:
Andrew Murray 2021-01-01 15:54:53 +11:00
parent 31b6e80f6e
commit 78a051470c

View File

@ -114,3 +114,4 @@ lint:
.PHONY: lint-fix
lint-fix:
black --target-version py36 .
isort .