Fix a unit test regression from a bad import update.

Review Request #13328 — Created Oct. 11, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

The recent change to move modules over to Django's @cached_property
decorator went too far. Our unit test for Djblets's version of this
decorator was also updated, and this broke unit tests, which were
dependent on this version.

This change restores the original import for this file.

Unit tests pass.

Commits

Files

    Loading...