From 1ee615117da7617078fa2d68ad8546966a734eb7 Mon Sep 17 00:00:00 2001 From: Zeph Grunschlag Date: Tue, 17 May 2022 12:41:57 -0500 Subject: [PATCH] remove unused type --- tests/unit/blackbox_test.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/unit/blackbox_test.py b/tests/unit/blackbox_test.py index 02108fdd8..f74b2f883 100644 --- a/tests/unit/blackbox_test.py +++ b/tests/unit/blackbox_test.py @@ -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()),