add missing comma

This commit is contained in:
Danny Ryan
2021-05-06 12:36:08 -06:00
committed by GitHub
parent 953b0278a1
commit 4b27b076f6

View File

@@ -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',
]