Skip to content

Commit

Permalink
🗑️ remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Aug 5, 2024
1 parent d310c41 commit 7f2d43c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MarginPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {IERC20} from
import {INftModule} from "src/interfaces/external/INftModule.sol";
import {ECDSA} from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import {Ownable} from "lib/openzeppelin-contracts/contracts/access/Ownable.sol";
import {console} from "forge-std/console.sol";

/// @title Kwenta Paymaster Contract
/// @notice Responsible for paying tx gas fees using trader margin
Expand Down

0 comments on commit 7f2d43c

Please sign in to comment.