Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 14, 2024
1 parent 3079459 commit b672acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions examples/src/tools/google_scholar.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect, describe } from "@jest/globals";
import { SERPGoogleScholarAPITool } from "../google_scholar.js";
import { getEnvironmentVariable } from "@langchain/core/utils/env";
import { SERPGoogleScholarAPITool } from "../google_scholar.js";

describe("SERPGoogleScholarAPITool", () => {
test("should be setup with correct parameters", async () => {
Expand Down

0 comments on commit b672acd

Please sign in to comment.