Skip to content

Commit ea1014d

Browse files
author
Tim Huff
committed
Merge branch 'tim/experimental-cli' of github.com:groundlight/python-sdk into tim/experimental-cli
2 parents e0d9734 + a56e831 commit ea1014d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/groundlight/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
from functools import wraps
77
from typing import Any, Union
88

9+
import typer
910
from groundlight_openapi_client.model_utils import OpenApiModel
1011
from pydantic import BaseModel
11-
12-
import typer
1312
from typing_extensions import get_origin
1413

1514
from groundlight import ExperimentalApi, Groundlight

0 commit comments

Comments
 (0)