Skip to content

Commit

Permalink
add (require 'treesit nil t) to the top of python-pytest.el
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-morales-1 committed Aug 19, 2024
1 parent e09e8f8 commit 1f29d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-pytest.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

(require 'projectile nil t)
(require 'project nil t)
(require 'treesit nil t)

(defgroup python-pytest nil
"pytest integration"
Expand Down

0 comments on commit 1f29d55

Please sign in to comment.