removed unnecessary import
This commit is contained in:
committed by
Amir Bandeali
parent
d72a731865
commit
772bb65237
@@ -19,10 +19,8 @@
|
||||
pragma solidity ^0.4.21;
|
||||
|
||||
import "./IAssetProxy.sol";
|
||||
import "../../utils/Authorizable/IAuthorizable.sol";
|
||||
|
||||
contract IAssetProxyDispatcher is
|
||||
IAuthorizable,
|
||||
IAssetProxy
|
||||
{
|
||||
// Logs registration of new asset proxy
|
||||
|
Reference in New Issue
Block a user