[python] get rid of classes registered in wrong modules

You must register class in the same v2 module class sits

GitOrigin-RevId: c7fcccd27c2fcaa3d9391d1173f61ad43fe2b076
This commit is contained in:
Ilya.Kazakevich
2024-01-16 21:42:19 +01:00
committed by intellij-monorepo-bot
parent ee148eaba0
commit b533e29ce0
26 changed files with 126 additions and 57 deletions

View File

@@ -12,5 +12,6 @@
<orderEntry type="module" module-name="intellij.platform.langInjection" />
<orderEntry type="module" module-name="intellij.python.community.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" name="StreamEx" level="project" />
</component>
</module>