Skip to content

Commit 0832060

Browse files
committed
simple code revision
1 parent 33dfa59 commit 0832060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/jupyter-ai/jupyter_ai/model_providers/parameter_schemas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
from __future__ import annotations
2-
from typing import TYPE_CHECKING, cast, Literal, Optional, Any
2+
from typing import TYPE_CHECKING, cast, Literal, Any
33
from pydantic import BaseModel
44

55
if TYPE_CHECKING:
66
pass
77

8-
98
PARAMETER_SCHEMAS: dict[str, dict[str, Any]] = {
109
"temperature": {
1110
"type": "float",

0 commit comments

Comments
 (0)