Add a bit of type info to configforms classes.

Review Request #13208 — Created Aug. 14, 2023 and submitted

Information

Djblets
release-4.x

Reviewers

This change adds some type hints for the base classes in the configforms
app (ConfigPage and ConfigPageForm). This doesn't cover very much of the
app code, but is enough for subclasses to make use of.

Ran unit tests.

Summary ID
Add a bit of type info to configforms classes.
This change adds some type hints for the base classes in the configforms app (ConfigPage and ConfigPageForm). This doesn't cover very much of the app code, but is enough for subclasses to make use of. Testing Done: Ran unit tests.
f676e5e32b68e941eaa7c1db664d77a9489f2de5
Description From Last Updated

Can you add a __future__ ... annotations import?

chipx86chipx86

__future__ import?

chipx86chipx86
chipx86
  1. 
      
  2. djblets/configforms/forms.py (Diff revision 1)
     
     
    Show all issues

    Can you add a __future__ ... annotations import?

  3. djblets/configforms/pages.py (Diff revision 1)
     
     
    Show all issues

    __future__ import?

  4. 
      
david
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (53dc700)
Loading...