Solutionunvalidated
the `TYPE_CHECK` boolean must be checked at every place where the circular import types are being used. Tension: you are still importing the class to resolve the type. Outcome: code inside if TYPE_CHECKING: is not executed at runtime.
38e13add-e40a-47d5-b3ad-cd66181324a2
the TYPE_CHECK boolean must be checked at every place where the circular import types are being used. Tension: you are still importing the class to resolve the type. Outcome: code inside if TYPE_CHECKING: is not executed at runtime.