Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Jan 18, 2024
1 parent 1777f61 commit 4eda355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


@strawberry.enum(description="The state of a dask cluster")
class PodStatus(int, Enum):
class PodStatus(str, Enum):
"""The state of a dask cluster"""

PENDING = "PENDING"
Expand Down

0 comments on commit 4eda355

Please sign in to comment.