From 304af70000f917342b0f893fc3628546e74aa2bb Mon Sep 17 00:00:00 2001 From: Rakan Alhneiti Date: Sun, 15 Dec 2019 16:48:27 +0100 Subject: [PATCH] Update optimize import to use py-isort --- modules/lang/python/autoload/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/autoload/python.el b/modules/lang/python/autoload/python.el index 6cfd0429b..4f6ef7f3b 100644 --- a/modules/lang/python/autoload/python.el +++ b/modules/lang/python/autoload/python.el @@ -59,4 +59,4 @@ "organize imports" (interactive) (pyimport-remove-unused) - (pyimpsort-buffer)) + (py-isort-buffer))