Skip to content

Commit 03f8007

Browse files
authored
Update settings.py
1 parent e33d41b commit 03f8007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llama_cpp/server/settings.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from __future__ import annotations
22

33
import multiprocessing
4-
from typing import Dict, List, Literal, Optional, Self, Union, cast
4+
from typing import Dict, List, Literal, Optional, Union, cast
5+
from typing_extensions import Self
56

67
from pydantic import Field, model_validator
78
from pydantic_settings import BaseSettings

0 commit comments

Comments
 (0)