Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 707d972

Browse files
authored
Lint
1 parent a55649c commit 707d972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llama_cpp/llama_types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
"""
99

10-
from typing import Any, List, Optional, Dict, Union
11-
from typing_extensions import TypedDict, NotRequired, Literal
12-
10+
from typing import Any, Dict, List, Optional, Union
11+
12+
from typing_extensions import Literal, NotRequired, TypedDict
1313

1414
# NOTE: Defining this correctly using annotations seems to break pydantic validation.
1515
# This is a workaround until we can figure out how to do this correctly

0 commit comments

Comments
 (0)