Add type hints for Integration.
Review Request #12993 — Created April 27, 2023 and submitted — Latest diff uploaded
This adds type hints for
Integration
, helping authors of integrations
supply the right types when filling out the attributes in a subclass or
calling methods on the integration.
Unit tests, mypy, and pyright pass.
djblets/integrations/integration.py |
---|
djblets/integrations/tests/test_integration.py |
---|