Uniswap / v3-periphery

🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3
https://uniswap.org
GNU General Public License v2.0
1.17k stars 1.09k forks source link

Remove unused import #396

Closed gretzke closed 1 month ago

gretzke commented 1 month ago

The INonfungiblePositionManager interface imports the PoolAddress which is actually unused and breaks compilation with solidity 0.8.x. The removal of the import does not modify the bytecode of the compiled contracts.