From fb8e64d3d2f2d1e0242da331e1dff58f7080bb9b Mon Sep 17 00:00:00 2001 From: Adam Kelly Date: Fri, 4 Jun 2021 22:30:31 -0700 Subject: [PATCH] Improve CastableType type annotation --- clvm/SExp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clvm/SExp.py b/clvm/SExp.py index ea6c0a33..bda55365 100644 --- a/clvm/SExp.py +++ b/clvm/SExp.py @@ -23,7 +23,8 @@ None, SExpType, G1Element, - typing.Tuple[typing.Any, typing.Any], + typing.Tuple["CastableType", "CastableType"], + typing.List["CastableType"] ] NULL = b""