Skip to content

Commit 9bbe393

Browse files
committed
bugfix
1 parent 25bce0e commit 9bbe393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import multiprocessing
44

55
from typing import Optional, List, Literal, Union
6-
from pydantic import Field, BaseSettings, root_validator
6+
from pydantic import Field, root_validator
77
from pydantic_settings import BaseSettings
88

99
import llama_cpp

0 commit comments

Comments
 (0)