mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Revert "PY-86493 support pyrefly as a type provider"
This reverts commit 81b44ede0d3602340fb99deb0013f29befcf92b8. GitOrigin-RevId: 91646b30a48738f2a119e0de80a1e1fc510438d2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c6ecb30532
commit
4d20e85abc
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user