Skip to content

Commit 91a4a9f

Browse files
author
Bryannah Hernandez
committed
format
1 parent 9129ee9 commit 91a4a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/builder/requirements_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class RequirementsManager:
2323
"""Manages dependency installation by detecting file types"""
2424

2525
def detect_file_exists(self, dependencies: str = None) -> str:
26-
""" Detects the type of file dependencies will be installed from
26+
"""Detects the type of file dependencies will be installed from
2727
2828
If a req.txt or conda.yml file is provided, it verifies their existence and
2929
returns the local file path

0 commit comments

Comments
 (0)