Skip to content

Commit

Permalink
Convince black
Browse files Browse the repository at this point in the history
  • Loading branch information
privet-kitty committed Oct 21, 2023
1 parent d826e8a commit 4b69108
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/utils/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,9 @@ def test_run_python_script_only_stdout(tmp_path: Path, tmp_venv: VirtualEnv) ->
assert "some warning" not in output


def test_run_python_script_non_ascii_input(tmp_path: Path, tmp_venv: VirtualEnv) -> None:
def test_run_python_script_non_ascii_input(
tmp_path: Path, tmp_venv: VirtualEnv
) -> None:
output = tmp_venv.run_python_script(
"import sys; print('👎', file=sys.stderr); print('👍')"
)
Expand Down

0 comments on commit 4b69108

Please sign in to comment.