move serpapi wrapper (#1199)

Co-authored-by: Tim Asp <707699+timothyasp@users.noreply.github.com>
This commit is contained in:
Harrison Chase
2023-02-20 21:15:45 -08:00
committed by GitHub
parent af94f1dd97
commit 44c8d8a9ac
7 changed files with 163 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
"""Integration test for SerpAPI."""
from langchain.serpapi import SerpAPIWrapper
from langchain.utilities import SerpAPIWrapper
def test_call() -> None: