Skip to content

Commit

Permalink
fix: Removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
donosonaumczuk committed May 6, 2022
1 parent 6f162d8 commit fa7bee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/mocks/MockProfileCreationProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pragma solidity 0.8.10;
import {ILensHub} from '../interfaces/ILensHub.sol';
import {DataTypes} from '../libraries/DataTypes.sol';
import {Errors} from '../libraries/Errors.sol';
import {Strings} from '@openzeppelin/contracts/utils/Strings.sol';

/**
* @title MockProfileCreationProxy
Expand Down

0 comments on commit fa7bee9

Please sign in to comment.