KTNB-235, PY-64586: Refactor DSTableCommandExecutor, remove dependencies on pydev that no more needed

GitOrigin-RevId: b53d3669841e36c8bf3bd092ceaa3e8de6e5b9ea
This commit is contained in:
Ilya Muradyan
2024-06-07 18:56:38 +02:00
committed by intellij-monorepo-bot
parent 0526b5b6a5
commit 233d17a1df

View File

@@ -1,8 +0,0 @@
package com.jetbrains.python.tables
import com.intellij.openapi.util.IntellijInternalApi
@IntellijInternalApi
enum class CommandOutputType {
STREAM, DISPLAY
}