They can't be on the same line according to PEP484

This commit is contained in:
Dmitry Trofimov
2016-02-26 18:56:55 +01:00
parent bcfc1fe10f
commit 5dd3908814
@@ -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 {