nvim-neotest / neotest-python

MIT License
128 stars 39 forks source link

fix: remove global print function call #79

Closed jarviliam closed 3 weeks ago

jarviliam commented 3 weeks ago

This commit removes a call to an unknown print global function.

Closes #78

rcarriga commented 3 weeks ago

Thank you! :sweat_smile: