Add py-isort feature to the python module

This commit is contained in:
Rakan Alhneiti
2019-12-11 11:27:50 +01:00
parent 9dba02b7c2
commit 8e844eada1
2 changed files with 13 additions and 0 deletions

View File

@ -32,3 +32,6 @@
;; Import managements
(package! pyimport)
(package! pyimpsort)
(when (featurep! +isort)
(package! py-isort))