mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-31 11:50:23 +00:00
mypy fix, refs #601
This commit is contained in:
parent
d7b395bb5b
commit
a7eedd1d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class Response(ABC):
|
|||
self._done = False
|
||||
self.response_json = None
|
||||
self.conversation = conversation
|
||||
self.attachments = []
|
||||
self.attachments: List[Attachment] = []
|
||||
|
||||
def __iter__(self) -> Iterator[str]:
|
||||
self._start = time.monotonic()
|
||||
|
|
|
|||
Loading…
Reference in a new issue