Skip to content

Commit a56e831

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent de74ef7 commit a56e831

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)