We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeb6ed commit 5ce306dCopy full SHA for 5ce306d
src/sagemaker/serve/utils/types.py
@@ -46,7 +46,7 @@ def __str__(self) -> str:
46
47
48
class ImageUriOption(Enum):
49
- "Enum type for image uri options"
+ """Enum type for image uri options"""
50
51
def __str__(self) -> str:
52
"""Convert enum to string"""
0 commit comments