mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Re-use already calculated sdks in guessing language level
Drop `isPythonModule` call since it breaks PyStringLiteralTest.testEscapedUnicodeInLiterals. GitOrigin-RevId: 6f5ea083a72bdb29826466a50f62cdf84cd26960
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4bda118750
commit
3d31f690f3
@@ -27,8 +27,4 @@ public abstract class PyModuleService {
|
||||
public boolean isFileIgnored(@NotNull VirtualFile file) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean isPythonModule(@NotNull Module module) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user