mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
community[patch]: upgrade to recent version of mypy (#21616)
This PR upgrades community to a recent version of mypy. It inserts type: ignore on all existing failures.
This commit is contained in:
@@ -13,7 +13,7 @@ class OpenWeatherMapQueryRun(BaseTool):
|
||||
"""Tool that queries the OpenWeatherMap API."""
|
||||
|
||||
api_wrapper: OpenWeatherMapAPIWrapper = Field(
|
||||
default_factory=OpenWeatherMapAPIWrapper
|
||||
default_factory=OpenWeatherMapAPIWrapper # type: ignore[arg-type]
|
||||
)
|
||||
|
||||
name: str = "open_weather_map"
|
||||
|
Reference in New Issue
Block a user