Skip to content

Commit

Permalink
Fixed typing override import
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRochefortB committed Jan 3, 2025
1 parent 395f22d commit 3e513be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paperqa/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Sequence,
Sized,
)
from typing import TYPE_CHECKING, Any, cast, override
from typing import TYPE_CHECKING, Any, cast

import numpy as np
from llmclient import (
Expand All @@ -32,6 +32,7 @@
model_validator,
)
from qdrant_client.http.models import Record
from typing_extensions import override

from paperqa.types import Doc, Text

Expand Down

0 comments on commit 3e513be

Please sign in to comment.