Description
f"{None:%d/%m/%Y}" # runtime error
f"{'':1f}" # runtime error
https://mypy-play.net/?mypy=latest&python=3.10&gist=a4528c444b265cd524ec3a6f2bce3b10
f"{None:%d/%m/%Y}" # runtime error
f"{'':1f}" # runtime error
https://mypy-play.net/?mypy=latest&python=3.10&gist=a4528c444b265cd524ec3a6f2bce3b10