Skip to content

Commit 6b25b54

Browse files
committed
fix black
1 parent 8fd589c commit 6b25b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def enum_as_str(obj: Union[str, Enum]) -> str:
8787
"""
8888
if not isinstance(obj, str):
8989
raise TypeError(f"Unsupported enum type: {type(obj)}")
90-
90+
9191
if isinstance(obj, Enum):
9292
return obj.value
9393

0 commit comments

Comments
 (0)