summary refs log tree commit diff
path: root/config/init-python.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/init-python.el')
-rw-r--r--config/init-python.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/init-python.el b/config/init-python.el
index c965602..6a4372a 100644
--- a/config/init-python.el
+++ b/config/init-python.el
@@ -15,10 +15,6 @@
   :ensure t
   :hook (python-mode . blacken-mode))
 
-(use-package py-isort
-  :ensure t
-  :commands (py-isort-buffer py-isort-region))
-
 (provide 'init-python)
 
 ;;; init-python.el ends here