Skip to content

Commit 7140838

Browse files
committed
Minor revert
1 parent 728aeff commit 7140838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def combine_dicts(old_dict: Dict[str, T], new_dict: Dict[str, T]) -> Dict[str, T
677677

678678

679679
ignored_dependencies = [
680-
'bit', 'boolean', 'Vector', 'List', 'Container', 'BLSPubkey', 'BLSSignature', 'Transaction',
680+
'bit', 'boolean', 'Vector', 'List', 'Container', 'BLSPubkey', 'BLSSignature',
681681
'Bytes1', 'Bytes4', 'Bytes20', 'Bytes32', 'Bytes48', 'Bytes96', 'Bitlist', 'Bitvector',
682682
'uint8', 'uint16', 'uint32', 'uint64', 'uint128', 'uint256',
683683
'bytes', 'byte', 'ByteList', 'ByteVector',

0 commit comments

Comments
 (0)