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

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

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

This is missing a return type.

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

    Iterator should come from collections.abc

  3. 
      
maubin
david
  1. Ship It!
  2. 
      
chipx86
  1. 
      
  2. extension/reviewbotext/integration.py (Diff revision 2)
     
     
     
     
     
     
    Show all issues

    This is missing a return type.

  3. 
      
maubin
Review request changed
Status:
Completed
Change Summary:
Pushed to release-5.x (3e0c265)