Move djblets over to typelets.

Review Request #14502 — Created July 9, 2025 and submitted

Information

Djblets
release-6.x

Reviewers

This change moves djblets over to using the typelets package for all
our utility types. djblets.util.typing has become mostly forwarding
exports, with the exception of ToJsonProtocol, which isn't something
that typelets includes.

Ran unit tests.

Summary ID
Move djblets over to typelets.
This change moves djblets over to using the `typelets` package for all our utility types. `djblets.util.typing` has become mostly forwarding exports, with the exception of `ToJsonProtocol`, which isn't something that typelets includes. Testing Done: Ran unit tests.
0ef03055250013825bbb9a57acda28ade9d2c572
Description From Last Updated

redefinition of unused 'JSONDict' from line 28 Column: 5 Error code: F811

reviewbotreviewbot

redefinition of unused 'Self' from line 20 Column: 5 Error code: F811

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-6.x (675befe)