Skip to content

Commit 729df77

Browse files
committed
Fix flake8
1 parent e7f4473 commit 729df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sagemaker_inference/parameters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
BIND_TO_PORT_ENV = "SAGEMAKER_BIND_TO_PORT" # type: str
2525
SAFE_PORT_RANGE_ENV = "SAGEMAKER_SAFE_PORT_RANGE" # type: str
2626
MULTI_MODEL_ENV = "SAGEMAKER_MULTI_MODEL" # type: str
27-
VMARGS = "VMARGS" # type: str
27+
VMARGS = "VMARGS" # type: str

0 commit comments

Comments
 (0)