Skip to content

Commit 23f5afa

Browse files
committed
import Sequence from collections.abc
1 parent 3c84183 commit 23f5afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/core/langchain_core/language_models/fake_chat_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import asyncio
44
import re
55
import time
6-
from collections.abc import AsyncIterator, Iterator
7-
from typing import Any, Callable, Optional, Sequence, Union, cast
6+
from collections.abc import AsyncIterator, Iterator, Sequence
7+
from typing import Any, Callable, Optional, Union, cast
88

99
from typing_extensions import override
1010

0 commit comments

Comments
 (0)