Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 2, 2024
1 parent d445fdb commit bd03dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llama_cpp/server/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from __future__ import annotations

import argparse

from typing import List, Literal, Union, Any, Type, TypeVar
from typing import Any, List, Literal, Type, TypeVar, Union

from pydantic import BaseModel

Expand Down

0 comments on commit bd03dfb

Please sign in to comment.