Python: Move helpers locator out of PSI module

GitOrigin-RevId: 55fb4b41c56fdd41b6d9523cd7a148c002ffb8be
This commit is contained in:
Ilya.Kazakevich
2025-06-07 02:34:24 +02:00
committed by intellij-monorepo-bot
parent 90ac47ccc6
commit 80f248d842
46 changed files with 131 additions and 80 deletions

View File

@@ -2,6 +2,8 @@
package com.jetbrains.python;
import com.intellij.python.community.helpersLocator.PythonHelpersLocator;
public final class PythonTestUtil {
private PythonTestUtil() {
}