Add type hints for IntegrationManager.
Review Request #12994 — Created April 27, 2023 and submitted — Latest diff uploaded
This adds type hints for
IntegrationManager
, helping ensure that code
interacting with anIntegrationManager
passes around the right types.
These type hints also cover instance variables, letting IDEs and type
checkers show details on these attributes.
Unit tests, mypy, and pyright pass.