Skip to content

Commit

Permalink
docs: Fix import Client command (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: caitlinwheeless <caitlin@humansignal.com>
  • Loading branch information
caitlinwheeless and caitlinwheeless authored Aug 2, 2024
1 parent b4e48ad commit d660198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
>
> OR you can change your import statements as follows:
> ```python
> from label_studio_sdk._legacy import Client
> from label_studio_sdk import Client
> from label_studio_sdk.data_manager import Filters, Column, Operator, Type
> from label_studio_sdk._legacy import Project
> ```
Expand Down

0 comments on commit d660198

Please sign in to comment.