mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 12:01:25 +07:00
Python: drop unused symbols
GitOrigin-RevId: 6d571b57c6e5abe2ac88765b1c73b7f31bb1503b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
901430cfb7
commit
85d34e9c0e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user