Skip to content

Commit

Permalink
remove dupe sdk imports in liquidations
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jun 14, 2024
1 parent 212ee53 commit 5df477c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion liquidations/mimo-protocol/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as sdk from "@defillama/sdk";
import axios from "axios";
import { gql } from "graphql-request";
import BigNumber from "bignumber.js";
Expand Down
1 change: 0 additions & 1 deletion liquidations/venus/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as sdk from "@defillama/sdk";
import { gql } from "graphql-request";
import { getPagedGql } from "../utils/gql";
import BigNumber from "bignumber.js";
Expand Down

0 comments on commit 5df477c

Please sign in to comment.