mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
They can't be on the same line according to PEP484
This commit is contained in:
@@ -35,10 +35,6 @@ public class PyMissingTypeHintsInspectionTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON27);
|
||||
}
|
||||
|
||||
public void testTypeCommentOnTheSameLine() {
|
||||
doTest(LanguageLevel.PYTHON27);
|
||||
}
|
||||
|
||||
private void doTest(LanguageLevel languageLevel) {
|
||||
PythonLanguageLevelPusher.setForcedLanguageLevel(myFixture.getProject(), languageLevel);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user