Skip to content

Commit b5ac9f4

Browse files
fixed linting issue
1 parent c32a87c commit b5ac9f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,9 @@ def pip_requirements_step(path, prefix=None, required=False, tmp_dir=None):
693693
step("pip", runtime, requirements, prefix, tmp_dir)
694694
hash(requirements)
695695

696-
def poetry_install_step(path, poetry_extra_args=[], prefix=None, required=False):
696+
def poetry_install_step(
697+
path, poetry_extra_args=[], prefix=None, required=False
698+
):
697699
pyproject_file = path
698700
if os.path.isdir(path):
699701
pyproject_file = os.path.join(path, "pyproject.toml")

0 commit comments

Comments
 (0)