We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59b996 commit 7609025Copy full SHA for 7609025
test_unstructured_inference/models/test_model.py
@@ -79,9 +79,9 @@ def get_model_worker(thread_id):
79
80
# Verify all results are MockModel instances
81
for thread_id, model in results:
82
- assert isinstance(model, MockModel), (
83
- f"Thread {thread_id} got unexpected model type: {type(model)}"
84
- )
+ assert isinstance(
+ model, MockModel
+ ), f"Thread {thread_id} got unexpected model type: {type(model)}"
85
86
87
def test_register_new_model():
0 commit comments