Skip to content

Commit ed39f28

Browse files
committed
fix class inheritence
1 parent 5ba7f20 commit ed39f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datacrunch/InferenceClient/inference_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class InferenceClientError(Exception):
1212
pass
1313

1414

15-
class AsyncStatus(int, Enum):
15+
class AsyncStatus(str, Enum):
1616
Initialized = "Initialized"
1717
Queue = "Queue"
1818
Inference = "Inference"

0 commit comments

Comments
 (0)