Python: drop unused, deprecated symbols.

Still used symbols are in `DeprecatedUtils` now to be dropped later

GitOrigin-RevId: 550eab3d417185b868072b06101bf7634263b4a2
This commit is contained in:
Ilya.Kazakevich
2025-05-12 17:58:14 +02:00
committed by intellij-monorepo-bot
parent c8fb196d52
commit 01754edfcb
16 changed files with 189 additions and 590 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.python.community.plugin.java.facet;
import com.intellij.ide.util.projectWizard.ModuleWizardStep;