Skip to content

Commit aa68377

Browse files
authored
Lint
1 parent 707d972 commit aa68377

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llama_cpp/server/app.py

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

3-
import os
43
import contextlib
54
import json
5+
import os
66
import typing
77
from functools import partial
88
from threading import Lock
9-
109
from typing import Dict, Iterator, List, Optional, Union
1110

1211
import anyio
@@ -19,7 +18,7 @@
1918
from starlette.concurrency import iterate_in_threadpool, run_in_threadpool
2019
from starlette_context.middleware import RawContextMiddleware
2120
from starlette_context.plugins import RequestIdPlugin # type: ignore
22-
21+
2322
import llama_cpp
2423
from llama_cpp.server.errors import RouteErrorHandler
2524
from llama_cpp.server.model import (

0 commit comments

Comments
 (0)