You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use a mixture of Foo | None and Optional[Foo]. It would be good to pick one or the other. Personally I find Optional a little easier to read than the inline-union approach, but I don't have a very strong opinion.
The text was updated successfully, but these errors were encountered:
We currently use a mixture of
Foo | None
andOptional[Foo]
. It would be good to pick one or the other. Personally I findOptional
a little easier to read than the inline-union approach, but I don't have a very strong opinion.The text was updated successfully, but these errors were encountered: