Skip to content

Commit

Permalink
Merge branch 'cli_update' of github.com:groundlight/python-sdk into c…
Browse files Browse the repository at this point in the history
…li_update
  • Loading branch information
brandon-groundlight committed Oct 12, 2023
2 parents ea5631a + 8c29eb4 commit b2b9d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/groundlight/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from typing import Union

import typer
import click
from click.testing import CliRunner
from typing_extensions import get_origin

from groundlight import Groundlight
Expand Down
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from openapi_client.model.detector_creation_input import DetectorCreationInput

from groundlight.binary_labels import Label, convert_display_label_to_internal, convert_internal_label_to_display
from groundlight.config import API_TOKEN_VARIABLE_NAME, API_TOKEN_WEB_URL, API_TOKEN_HELP_MESSAGE
from groundlight.config import API_TOKEN_HELP_MESSAGE, API_TOKEN_VARIABLE_NAME
from groundlight.images import ByteStreamWrapper, parse_supported_image_types
from groundlight.internalapi import (
GroundlightApiClient,
Expand Down

0 comments on commit b2b9d9b

Please sign in to comment.