Skip to content

Commit

Permalink
remove unused import (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke authored Jul 25, 2024
1 parent 697c247 commit 0682387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/INonfungiblePositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import './IPoolInitializer.sol';
import './IERC721Permit.sol';
import './IPeripheryPayments.sol';
import './IPeripheryImmutableState.sol';
import '../libraries/PoolAddress.sol';

/// @title Non-fungible token for positions
/// @notice Wraps Uniswap V3 positions in a non-fungible token interface which allows for them to be transferred
Expand Down

0 comments on commit 0682387

Please sign in to comment.