Remove unused imports (#4436)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Ernesto García
2023-07-11 11:51:40 -06:00
committed by GitHub
parent 3d0edbecf1
commit 24ebff5ae9
9 changed files with 4 additions and 9 deletions

View File

@ -3,7 +3,7 @@
pragma solidity ^0.8.19;
import {ITransparentUpgradeableProxy, TransparentUpgradeableProxy} from "./TransparentUpgradeableProxy.sol";
import {ITransparentUpgradeableProxy} from "./TransparentUpgradeableProxy.sol";
import {Ownable} from "../../access/Ownable.sol";
/**

View File

@ -3,8 +3,6 @@
pragma solidity ^0.8.19;
import {Address} from "../../utils/Address.sol";
/**
* @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
* behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an