From 4b27b076f6c2b3e90b69f6ace83e89c13f3f30fe Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 6 May 2021 12:36:08 -0600 Subject: [PATCH] add missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaed891c4..039e8ab63 100644 --- a/setup.py +++ b/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', ]