Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 2, 2023
1 parent 5bf8d1d commit b9e999a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/import_hook/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def run_python(

env = os.environ
if python_path is not None:
env["PYTHONPATH"] = os.pathsep.join(str(p) for p in itertools.chain(python_path, [maturin_dir]))
env["PYTHONPATH"] = os.pathsep.join(
str(p) for p in itertools.chain(python_path, [maturin_dir])
)
else:
env["PYTHONPATH"] = str(maturin_dir)

Expand Down

0 comments on commit b9e999a

Please sign in to comment.