Skip to content

Commit 5ce306d

Browse files
committed
fix docstyle
1 parent baeb6ed commit 5ce306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/utils/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __str__(self) -> str:
4646

4747

4848
class ImageUriOption(Enum):
49-
"Enum type for image uri options"
49+
"""Enum type for image uri options"""
5050

5151
def __str__(self) -> str:
5252
"""Convert enum to string"""

0 commit comments

Comments
 (0)