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 a55649c commit 707d972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llama_cpp/llama_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"""

from typing import Any, List, Optional, Dict, Union
from typing_extensions import TypedDict, NotRequired, Literal

from typing import Any, Dict, List, Optional, Union
from typing_extensions import Literal, NotRequired, TypedDict

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

0 comments on commit 707d972

Please sign in to comment.