Skip to content

Commit

Permalink
Merge pull request #38 from symbioticfi/polish2
Browse files Browse the repository at this point in the history
Cosmetics
  • Loading branch information
1kresh authored Sep 11, 2024
2 parents 8b1177d + da8c2c5 commit 1246641
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/contracts/delegator/BaseDelegator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ import {IOptInService} from "../../interfaces/service/IOptInService.sol";
import {IRegistry} from "../../interfaces/common/IRegistry.sol";
import {IVault} from "../../interfaces/vault/IVault.sol";

import {Checkpoints} from "../libraries/Checkpoints.sol";
import {Subnetwork} from "../libraries/Subnetwork.sol";

import {AccessControlUpgradeable} from "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
import {ReentrancyGuardUpgradeable} from "@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.sol";

contract BaseDelegator is
Expand All @@ -24,8 +22,6 @@ contract BaseDelegator is
ReentrancyGuardUpgradeable,
IBaseDelegator
{
using Checkpoints for Checkpoints.Trace256;
using Math for uint256;
using Subnetwork for bytes32;
using Subnetwork for address;

Expand Down

0 comments on commit 1246641

Please sign in to comment.