Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchorlton3 committed Jun 11, 2024
1 parent c32a87c commit b5ac9f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,9 @@ def pip_requirements_step(path, prefix=None, required=False, tmp_dir=None):
step("pip", runtime, requirements, prefix, tmp_dir)
hash(requirements)

def poetry_install_step(path, poetry_extra_args=[], prefix=None, required=False):
def poetry_install_step(
path, poetry_extra_args=[], prefix=None, required=False
):
pyproject_file = path
if os.path.isdir(path):
pyproject_file = os.path.join(path, "pyproject.toml")
Expand Down

0 comments on commit b5ac9f4

Please sign in to comment.