[python] Move plugin-specific classes to the correct package

GitOrigin-RevId: 14efb7be0fd8f9614a1849c9345bcbf319f76cb9
This commit is contained in:
Ilya.Kazakevich
2024-01-15 22:10:08 +01:00
committed by intellij-monorepo-bot
parent 970cde3a72
commit 5e4dbef015
15 changed files with 52 additions and 39 deletions

View File

@@ -5,6 +5,7 @@ import com.intellij.facet.Facet;
import com.intellij.facet.FacetType;
import com.intellij.facet.FacetTypeId;
import com.intellij.openapi.module.Module;
import com.intellij.python.community.plugin.impl.facet.PythonFacetUtil;
import org.jetbrains.annotations.NotNull;