Skip to content

Commit d51124a

Browse files
authored
Lint
1 parent aa68377 commit d51124a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

llama_cpp/server/model.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
from __future__ import annotations
22

33
import json
4-
5-
from typing import Dict, Optional, Union, List
4+
from typing import Dict, List, Optional, Union
65

76
import llama_cpp
8-
import llama_cpp.llama_speculative as llama_speculative
9-
import llama_cpp.llama_tokenizer as llama_tokenizer
10-
7+
from llama_cpp import llama_speculative, llama_tokenizer
118
from llama_cpp.server.settings import ModelSettings
129

1310

0 commit comments

Comments
 (0)