Make djblets.util.symbols a forwarding module for typelets.
Review Request #15046 — Created May 12, 2026 and submitted — Latest diff uploaded
Earlier this release, we updated
djblets.util.typingto mostly forward
to typelets. This change repeats that fordjblets.util.symbols, which
ensures that imports from either module will be compatible.This will let us deprecate the module in the future, without
encountering any weirdness while transitioning code over to typelets.
All unit tests pass.