Skip to content

Commit 1f29d55

Browse files
add (require 'treesit nil t) to the top of python-pytest.el
1 parent e09e8f8 commit 1f29d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-pytest.el

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
(require 'projectile nil t)
3131
(require 'project nil t)
32+
(require 'treesit nil t)
3233

3334
(defgroup python-pytest nil
3435
"pytest integration"

0 commit comments

Comments
 (0)