Skip to content

Commit

Permalink
update label_studio_sdk client import
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 19, 2024
1 parent 5301140 commit c343998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_unstructured/staging/test_label_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import pytest
import vcr
from label_studio_sdk.client import Client
from label_studio_sdk import Client

from test_unstructured.unit_utils import assign_hash_ids
from unstructured.documents.elements import Element, NarrativeText, Title
Expand Down

0 comments on commit c343998

Please sign in to comment.