mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-13 02:22:59 +08:00
I found some code that called DEFINE_integer() and DEFINE_float() with default set to None. Perusing the code that seems to be a totally valid usage. I am not super familiar with gflags but I believe this PR consistently changes all those default values to Optional[].