Skip to content

Commit

Permalink
Merge pull request #47 from semiotic-ai/40-n-01-unused-import
Browse files Browse the repository at this point in the history
refactor(tap-verifier): remove unused import
  • Loading branch information
ColePBryan authored Aug 17, 2023
2 parents d8795c7 + 1521e86 commit 4d6884d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TAPVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pragma solidity ^0.8.18;

import {ECDSA} from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import {Address} from "@openzeppelin/contracts/utils/Address.sol";
import {EIP712} from "@openzeppelin/contracts/utils/cryptography/EIP712.sol";

/**
Expand Down

0 comments on commit 4d6884d

Please sign in to comment.