Skip to content

Commit

Permalink
Merge pull request #598 from RenanSouza2/remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
mmv08 committed Jun 28, 2023
2 parents 6434676 + 7c69c0d commit 64a0851
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/libraries/MultiSendCallOnly.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ import { expect } from "chai";
import hre, { deployments, waffle } from "hardhat";
import "@nomiclabs/hardhat-ethers";
import { deployContract, getMock, getMultiSendCallOnly, getSafeWithOwners, getDelegateCaller } from "../utils/setup";
import {
buildContractCall,
buildSafeTransaction,
executeTx,
MetaTransaction,
safeApproveHash,
buildRawError,
} from "../../src/utils/execution";
import { buildContractCall, buildSafeTransaction, executeTx, MetaTransaction, safeApproveHash } from "../../src/utils/execution";
import { buildMultiSendSafeTx } from "../../src/utils/multisend";
import { executeContractCallWithSigners } from "../../src/utils/execution";
import { parseEther } from "@ethersproject/units";

describe("MultiSendCallOnly", async () => {
Expand Down

0 comments on commit 64a0851

Please sign in to comment.