mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:24:55 -05:00
add missing comma
This commit is contained in:
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',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user