Revert "PY-86493 support pyrefly as a type provider"

This reverts commit 81b44ede0d3602340fb99deb0013f29befcf92b8.

GitOrigin-RevId: 91646b30a48738f2a119e0de80a1e1fc510438d2
This commit is contained in:
Andrey Vokin
2026-01-12 17:08:02 +00:00
committed by intellij-monorepo-bot
parent c6ecb30532
commit 4d20e85abc
@@ -11,8 +11,6 @@ import com.jetbrains.python.psi.PyTypedElement
* Implementations may return `null` if they cannot provide a type for the given element.
*/
interface TypeEvalExternalTypeProvider {
fun isAvailable(): Boolean
fun provideType(element: PyTypedElement, context: TypeEvalContext): Ref<PyType?>?
companion object {