diff options
Diffstat (limited to 'tests/test_run_pyscript.py')
-rw-r--r-- | tests/test_run_pyscript.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_run_pyscript.py b/tests/test_run_pyscript.py index f474684a..2d74a5f0 100644 --- a/tests/test_run_pyscript.py +++ b/tests/test_run_pyscript.py @@ -22,7 +22,9 @@ from .conftest import ( try: import mock except ImportError: - from unittest import mock + from unittest import ( + mock, + ) HOOK_OUTPUT = "TEST_OUTPUT" |