<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On 11 Dec. 2017 12:26 pm, "Eric V. Smith" <<a href="mailto:eric@trueblade.com">eric@trueblade.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text"><br></div>
<br>
I see a couple of options:<br>
1a: Use a default type annotation, if one is not is supplied. typing.Any would presumably make the most sense.<br>
1b: Use None if not type is supplied.<br>
2: Rework the code to not require annotations at all.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">1c: annotate with the string "typing.Any" (this may require a tweak to the rules for evaluating lazy annotations, though)</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Nick.</div><div dir="auto"><br></div></div>