aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index b1654b6a5aa..b7e43f3fc68 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -273,7 +273,7 @@
273(eval-when-compile (require 'subr-x)) ;For `string-empty-p' and `string-join'. 273(eval-when-compile (require 'subr-x)) ;For `string-empty-p' and `string-join'.
274(require 'treesit) 274(require 'treesit)
275(require 'pcase) 275(require 'pcase)
276(require 'compat nil 'noerror) 276(require 'compat)
277(require 'project nil 'noerror) 277(require 'project nil 'noerror)
278(require 'seq) 278(require 'seq)
279 279