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 8fd589c commit 6b25b54Copy full SHA for 6b25b54
src/aleph/sdk/utils.py
@@ -87,7 +87,7 @@ def enum_as_str(obj: Union[str, Enum]) -> str:
87
"""
88
if not isinstance(obj, str):
89
raise TypeError(f"Unsupported enum type: {type(obj)}")
90
-
+
91
if isinstance(obj, Enum):
92
return obj.value
93
0 commit comments