Skip to content

Commit

Permalink
chore: rm unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tnkshuuhei committed Oct 11, 2024
1 parent ae4f6ed commit 6b127f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CEP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity >=0.8.25;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";

import { IEAS, Attestation, AttestationRequest, AttestationRequestData } from "eas-contracts/IEAS.sol";
import { ISchemaRegistry } from "eas-contracts/ISchemaRegistry.sol";
Expand All @@ -18,7 +17,7 @@ import "./libraries/Metadata.sol";
import "./eas/AttesterResolver.sol";

// Comprehensive Evaluation Protocol
contract CEP is AccessControl, ReentrancyGuard, Errors {
contract CEP is AccessControl, Errors {
uint256 public evaluationCount;

address payable public treasury;
Expand Down

0 comments on commit 6b127f7

Please sign in to comment.