Skip to content

Commit

Permalink
no need for any imports
Browse files Browse the repository at this point in the history
PatrickAlphaC committed Sep 4, 2021

Verified

This commit was signed with the committer’s verified signature.
tvainika Tommi Vainikainen
1 parent 1ebeaee commit 2ec1182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/Counter.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pragma solidity ^0.6.7;

import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol";

interface KeeperCompatibleInterface {
function checkUpkeep(bytes calldata checkData) external returns (bool upkeepNeeded, bytes memory performData);

0 comments on commit 2ec1182

Please sign in to comment.