Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -12,7 +12,7 @@ const TYPES = [
|
||||
const header = `\
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import "./EnumerableSet.sol";
|
||||
import {EnumerableSet} from "./EnumerableSet.sol";
|
||||
|
||||
/**
|
||||
* @dev Library for managing an enumerable variant of Solidity's
|
||||
|
||||
Reference in New Issue
Block a user