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 {