Skip to content

Commit

Permalink
Merge branch 'multiclass_label_support' of github.com:groundlight/pyt…
Browse files Browse the repository at this point in the history
…hon-sdk into multiclass_label_support
  • Loading branch information
brandon-groundlight committed Dec 10, 2024
2 parents fbf3fbb + 3309830 commit f6f2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_groundlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pytest
from groundlight import Groundlight
from groundlight.binary_labels import VALID_DISPLAY_LABELS, DeprecatedLabel, Label, convert_internal_label_to_display
from groundlight.binary_labels import VALID_DISPLAY_LABELS, Label, convert_internal_label_to_display
from groundlight.internalapi import ApiException, InternalApiError, NotFoundError
from groundlight.optional_imports import *
from groundlight.status_codes import is_user_error
Expand Down

0 comments on commit f6f2127

Please sign in to comment.