Skip to content

Commit

Permalink
fix bad import (#4042)
Browse files Browse the repository at this point in the history
Re-adding the mistakenly removed fix for a mypy error. 
Thanks for noticing @mpharrigan fd257e6#r49819445
  • Loading branch information
balopat committed Apr 22, 2021
1 parent 6188c64 commit 336ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/bash_scripts_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from dev_tools import shell_tools

if TYPE_CHECKING:
import _pytest
import _pytest.tmpdir


def only_on_posix(func):
Expand Down

0 comments on commit 336ab46

Please sign in to comment.