mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-11 07:50:47 +00:00
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
Using `pyupgrade` to get all `partners` code up to 3.9 standards (mostly, fixing old `typing` imports).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Generator
|
||||
from collections.abc import Generator
|
||||
|
||||
from langchain_huggingface.llms import HuggingFacePipeline
|
||||
|
||||
|
Reference in New Issue
Block a user