Skip to content

Commit

Permalink
fix unused import lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Sep 16, 2024
1 parent beb231a commit cf930b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/evm/contracts/interfaces/IE3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity >=0.8.27;

import { IInputValidator } from "./IInputValidator.sol";
import { IComputeProvider } from "./IComputeProvider.sol";
import { IE3Program } from "./IE3Program.sol";
import { IDecryptionVerifier } from "./IDecryptionVerifier.sol";

Expand Down

0 comments on commit cf930b1

Please sign in to comment.