Post #54 1.21K Apr 27, 2025, 09:50 UTC https://github.com/python/typeshed/issues/13883#typing #typeshed GitHub Return type hint for `SubsegmentContextManager.__enter__` in `aws-xray-sdk` should include `None` · Issue #13883 · python/typeshed The return type hint for SubsegmentContextManager.__enter__ is Subsegment, but the implementation can clearly return None. The type hint should therefore be Optional[Subsegment] or equivalent. This... 🔥 1