Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeph Grunschlag committed May 17, 2022
1 parent 7404ee1 commit 1ee6151
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/blackbox_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@ def fn_2mixed_arg_1ret(
return pt.Seq(b.store(a.encode()), output.set(a))


CompoundType = pt.abi.Tuple4[
pt.abi.Uint64,
pt.abi.Tuple2[pt.abi.Byte, pt.abi.StaticArray[pt.abi.Address, Literal[10]]],
pt.abi.Tuple0,
pt.abi.Bool,
]


ABI_UNITS = [
(fn_0arg_0ret, None),
(fn_0arg_uint64_ret, pt.abi.Uint64()),
Expand Down

0 comments on commit 1ee6151

Please sign in to comment.