From 5dd3908814576971cc3bd6cfbe21949593ec8e49 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Fri, 26 Feb 2016 18:55:51 +0100 Subject: [PATCH] They can't be on the same line according to PEP484 --- .../python/inspections/PyMissingTypeHintsInspectionTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/testSrc/com/jetbrains/python/inspections/PyMissingTypeHintsInspectionTest.java b/python/testSrc/com/jetbrains/python/inspections/PyMissingTypeHintsInspectionTest.java index fd6ca83100bc..3dd4227a7a35 100644 --- a/python/testSrc/com/jetbrains/python/inspections/PyMissingTypeHintsInspectionTest.java +++ b/python/testSrc/com/jetbrains/python/inspections/PyMissingTypeHintsInspectionTest.java @@ -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 {