Rorie Lizenby

Results 1 comments of Rorie Lizenby

I think it only works for numeric types. I modified to if isinstance(x, float) and math.isnan(x): return None and got the expected results for my Optional[str]