removing import that not being used

This commit is contained in:
Lecky Lao 2020-07-07 21:30:04 +10:00
parent 0738166122
commit 18a3afd61b

View File

@ -1,7 +1,6 @@
pragma solidity ^0.6.0;
// import files from common directory
import { MemoryInterface, EventInterface} from "../common/interfaces.sol";
import { Stores } from "../common/stores.sol";
import { DSMath } from "../common/math.sol";
import { TokenInterface } from "../common/interfaces.sol";