mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-07 08:24:04 +08:00
None is the default value for these two arguments to logging.Logger._log (which most other stuff in logging delegates to). I was getting errors in my codebase because mypy now distinguishes between Any and Optional[Any].