Skip to content

Commit

Permalink
Synchronise pip indentation with conda env export
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt authored Dec 18, 2023
1 parent 7769397 commit ee0b739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def format_conda_requirement(
[
" - pip:",
*(
f" - {format_pip_requirement(dep, platform, direct=False)}"
f" - {format_pip_requirement(dep, platform, direct=False)}"
for dep in pip_deps
),
]
Expand Down

0 comments on commit ee0b739

Please sign in to comment.