Skip to content

Commit 3b23dba

Browse files
authored
Lint
1 parent 1564d24 commit 3b23dba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llama_cpp/server/types.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
from __future__ import annotations
22

3-
from typing import List, Optional, Union, Dict
4-
from typing_extensions import TypedDict, Literal
3+
from typing import Dict, List, Optional, Union
54

65
from pydantic import BaseModel, Field
6+
from typing_extensions import Literal, TypedDict
77

88
import llama_cpp
99

10-
1110
model_field = Field(
1211
description="The model to use for generating completions.", default=None
1312
)

0 commit comments

Comments
 (0)