Fix a missing import in the licensing code due to a merge.
Review Request #14625 — Created Sept. 26, 2025 and submitted — Latest diff uploaded
While working on the licensing, a big change was landed that moved
various types over totypelets
. When updating the licensing code, a
bad merge resulted in an import getting left in aTYPE_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.