refactor [python]: get rid of intellij.driver.sdk dependency in python modules

GitOrigin-RevId: 195f0f6a6811b23a21ce8e71006e2d245289daa0
This commit is contained in:
Vladimir.Koshelev
2026-02-07 13:15:33 +01:00
committed by intellij-monorepo-bot
parent 0132623777
commit b71adfd754
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ jvm_library(
"//platform/projectModel-api:projectModel",
"//python/python-psi-api:psi",
"//python:python-community-impl",
"//platform/remote-driver/test-sdk:driver-sdk",
"//platform/platform-api:ide",
"//platform/markdown-utils",
"//platform/statistics",

View File

@@ -24,7 +24,6 @@
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.python.psi" />
<orderEntry type="module" module-name="intellij.python.community.impl" />
<orderEntry type="module" module-name="intellij.driver.sdk" />
<orderEntry type="module" module-name="intellij.platform.ide" />
<orderEntry type="module" module-name="intellij.platform.markdown.utils" />
<orderEntry type="module" module-name="intellij.platform.statistics" />