Skip to content

Commit 8953cc0

Browse files
committed
fix class inheritence
1 parent 0e29888 commit 8953cc0

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)