Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Oct 17, 2023
1 parent 353ac2b commit fe0aa7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/utils/accountRecovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { Contract, Signer } from "ethers";
import { ethers } from "hardhat";
import { EntryPoint } from "../../typechain-types";
import { UserOperation } from "./userOperation";
import {
getUserOpHash,
fillUserOp,
} from "./userOp";
import {
arrayify,
} from "ethers/lib/utils";
import { getUserOpHash, fillUserOp } from "./userOp";
import { arrayify } from "ethers/lib/utils";

export async function makeMultiSignedUserOpWithGuardiansList(
functionName: string,
Expand Down

0 comments on commit fe0aa7d

Please sign in to comment.