Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
  • Loading branch information
avilaton and edgarrmondragon authored Jul 13, 2024
1 parent 07588a0 commit 8c0b889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def pip_compile_options(filename)
command = "pyenv exec uv pip compile"
end

options.join(" "), command
return options.join(" "), command
end

def pip_compile_options_from_compiled_file(requirements_file)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def pip_compile_options(filename)
command = "pyenv exec uv pip compile"
end

options.join(" "), command
return options.join(" "), command
end

def pip_compile_index_options
Expand Down

0 comments on commit 8c0b889

Please sign in to comment.