Skip to content

Commit

Permalink
chore: resolve linter
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Oct 10, 2023
1 parent 4531d8d commit 3a7c099
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ import {LSP5Utils} from "../../LSP5ReceivedAssets/LSP5Utils.sol";
import {LSP10Utils} from "../../LSP10ReceivedVaults/LSP10Utils.sol";

// constants
import {
_INTERFACEID_LSP1,
_INTERFACEID_LSP1_DELEGATE
} from "../LSP1Constants.sol";
import {_INTERFACEID_LSP1_DELEGATE} from "../LSP1Constants.sol";
import {
_TYPEID_LSP7_TOKENSSENDER,
_TYPEID_LSP7_TOKENSRECIPIENT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ import {ERC165} from "@openzeppelin/contracts/utils/introspection/ERC165.sol";
import {LSP5Utils} from "../../LSP5ReceivedAssets/LSP5Utils.sol";

// constants
import {
_INTERFACEID_LSP1,
_INTERFACEID_LSP1_DELEGATE
} from "../LSP1Constants.sol";
import {_INTERFACEID_LSP1_DELEGATE} from "../LSP1Constants.sol";
import {
_TYPEID_LSP7_TOKENSSENDER,
_TYPEID_LSP7_TOKENSRECIPIENT,
Expand Down
1 change: 0 additions & 1 deletion contracts/LSP1UniversalReceiver/LSP1Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.4;

// libraries
import {Address} from "@openzeppelin/contracts/utils/Address.sol";
import {
ERC165Checker
} from "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {Address} from "@openzeppelin/contracts/utils/Address.sol";

// constants
import {
_INTERFACEID_LSP1,
_INTERFACEID_LSP1_DELEGATE,
_LSP1_UNIVERSAL_RECEIVER_DELEGATE_PREFIX
} from "../../LSP1UniversalReceiver/LSP1Constants.sol";
Expand Down

0 comments on commit 3a7c099

Please sign in to comment.