We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e29888 commit 8953cc0Copy full SHA for 8953cc0
datacrunch/InferenceClient/inference_client.py
@@ -12,7 +12,7 @@ class InferenceClientError(Exception):
12
pass
13
14
15
-class AsyncStatus(int, Enum):
+class AsyncStatus(str, Enum):
16
Initialized = "Initialized"
17
Queue = "Queue"
18
Inference = "Inference"
0 commit comments