Fix bug
This commit is contained in:
parent
daed41569e
commit
6b0967fd79
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class GreatAI(Generic[T]):
|
||||||
return cast(
|
return cast(
|
||||||
Callable[[Callable[..., T]], GreatAI[T]],
|
Callable[[Callable[..., T]], GreatAI[T]],
|
||||||
partial(
|
partial(
|
||||||
GreatAI.deploy,
|
GreatAI.create,
|
||||||
disable_http=disable_rest_api,
|
disable_http=disable_rest_api,
|
||||||
disable_docs=disable_docs,
|
disable_docs=disable_docs,
|
||||||
disable_dashboard=disable_dashboard,
|
disable_dashboard=disable_dashboard,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue