Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Jan 6, 2025
1 parent eeef4e0 commit a6a1488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/treasury/Collector.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {ProxyAdmin} from 'solidity-utils/contracts/transparent-proxy/ProxyAdmin.
import {TransparentUpgradeableProxy} from 'solidity-utils/contracts/transparent-proxy/TransparentUpgradeableProxy.sol';
import {IERC20} from '../../src/contracts/dependencies/openzeppelin/contracts/IERC20.sol';
import {IAccessControl} from '../../src/contracts/dependencies/openzeppelin/contracts/IAccessControl.sol';
import {ACLManager} from '../../src/contracts/protocol/configuration/ACLManager.sol';
import {PoolAddressesProvider} from '../../src/contracts/protocol/configuration/PoolAddressesProvider.sol';
import {Collector} from '../../src/contracts/treasury/Collector.sol';
import {ICollector} from '../../src/contracts/treasury/ICollector.sol';
Expand Down

0 comments on commit a6a1488

Please sign in to comment.