How Do I Avoid Type Errors When Internal Function Returns 'union' That Could Be 'none'?
I've been running into a bit of weirdness with Unions (and Optionals, of course) in Python - na…
Read more
How Do I Avoid Type Errors When Internal Function Returns 'union' That Could Be 'none'?