Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 8, 2023
1 parent a644989 commit 3999b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/retrievers/metal.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import Metal from "@getmetal/metal-sdk";
import { MetalRetriever } from "langchain/retrievers";

Expand Down
1 change: 1 addition & 0 deletions langchain/src/util/async_caller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class AsyncCaller {
pRetry(
() =>
callable(...args).catch((error) => {
// eslint-disable-next-line no-instanceof/no-instanceof
if (error instanceof Error) {
throw error;
} else {
Expand Down

0 comments on commit 3999b76

Please sign in to comment.