Fix a missing import in the licensing code due to a merge.

Review Request #14625 — Created Sept. 26, 2025 and submitted — Latest diff uploaded

Information

Review Board
release-7.1.x

Reviewers

While working on the licensing, a big change was landed that moved
various types over to typelets. When updating the licensing code, a
bad merge resulted in an import getting left in a TYPE_CHECKING block
instead of being promoted to a top-level import as intended.

This change moves the import.

Unit tests pass.

Verified this fixed a crash when using license providers.

Commits

Files