Skip to content

Commit bd03dfb

Browse files
authored
Lint
1 parent d445fdb commit bd03dfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llama_cpp/server/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from __future__ import annotations
22

33
import argparse
4-
5-
from typing import List, Literal, Union, Any, Type, TypeVar
4+
from typing import Any, List, Literal, Type, TypeVar, Union
65

76
from pydantic import BaseModel
87

0 commit comments

Comments
 (0)