Skip to content

Commit fd20768

Browse files
authored
Lint
1 parent 7ba0fa4 commit fd20768

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

llama_cpp/server/settings.py

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

33
import multiprocessing
4-
5-
from typing import Optional, List, Literal, Union, Dict, cast
6-
from typing_extensions import Self
7-
4+
from typing import Dict, List, Literal, Optional, Union, cast
5+
86
from pydantic import Field, model_validator
97
from pydantic_settings import BaseSettings
10-
8+
from typing_extensions import Self
9+
1110
import llama_cpp
1211

1312
# Disable warning for model and model_alias settings

0 commit comments

Comments
 (0)