Skip to content

Commit

Permalink
Add: import subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored and greenbonebot committed Jul 31, 2024
1 parent 25be741 commit b0af257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def test_precommit_staged(self, staged_mock, _error_mock, _ok_mock):
import black
import autohooks
cmd = ["pylint", "autohooks/pluginrecommit_stages/pylint/pylint.py"]
import subprocess
"""
)
with temp_git_repository() as temp_dir:
Expand Down

0 comments on commit b0af257

Please sign in to comment.