Python: drop unused symbols

GitOrigin-RevId: 6d571b57c6e5abe2ac88765b1c73b7f31bb1503b
This commit is contained in:
Ilya.Kazakevich
2025-09-01 18:36:35 +02:00
committed by intellij-monorepo-bot
parent 901430cfb7
commit 85d34e9c0e
6 changed files with 3 additions and 52 deletions

View File

@@ -9,6 +9,7 @@ import java.util.function.Supplier
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
internal object PyExecPythonBundle {
private const val BUNDLE_FQN: @NonNls String = "messages.PyExecPythonBundle"
private val BUNDLE = DynamicBundle(PyExecPythonBundle::class.java, BUNDLE_FQN)