Modernize Review Bot Extension's forms.py and integration.py.

Review Request #14704 — Created Nov. 24, 2025 and updated

Information

ReviewBot
release-4.x

Reviewers

This modernizes and adds typing to the Review Bot Extension's forms.py
and integration.py files.
  • Ran unit tests.
  • Ran the dev server.
Summary ID
Modernize Review Bot Extension's forms.py and integration.py.
This modernizes and adds typing to the Review Bot Extension's forms.py and integration.py files.
e6d9ed7e5264f7c7a328d7d6970b681808cee77a
Description From Last Updated

Iterator should come from collections.abc

daviddavid
david
  1. 
      
  2. extension/reviewbotext/integration.py (Diff revision 1)
     
     
    Show all issues

    Iterator should come from collections.abc

  3. 
      
maubin
Review request changed
Change Summary:
  • Corrected the Iterator import.
  • Corrected the type for changedesc.
Commits:
Summary ID
Modernize Review Bot Extension's forms.py and integration.py.
This modernizes and adds typing to the Review Bot Extension's forms.py and integration.py files.
095b571501aa4cdd863e024ff554022faf769094
Modernize Review Bot Extension's forms.py and integration.py.
This modernizes and adds typing to the Review Bot Extension's forms.py and integration.py files.
e6d9ed7e5264f7c7a328d7d6970b681808cee77a

Checks run (2 succeeded)

flake8 passed.
JSHint passed.
david
  1. Ship It!
  2.