add missing comma
This commit is contained in:
parent
953b0278a1
commit
4b27b076f6
2
setup.py
2
setup.py
|
@ -548,7 +548,7 @@ ignored_dependencies = [
|
|||
'Bytes1', 'Bytes4', 'Bytes20', 'Bytes32', 'Bytes48', 'Bytes96', 'Bitlist', 'Bitvector',
|
||||
'uint8', 'uint16', 'uint32', 'uint64', 'uint128', 'uint256',
|
||||
'bytes', 'byte', 'ByteList', 'ByteVector',
|
||||
'Dict', 'dict', 'field', 'ceillog2', 'floorlog2', 'Set'
|
||||
'Dict', 'dict', 'field', 'ceillog2', 'floorlog2', 'Set',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue