[pycharm] PyUnboundLocalVariableInspectionTest: cleanup

GitOrigin-RevId: a41931087f8b48972b23e3aaf4b6cc3469175836
This commit is contained in:
Vladimir Koshelev
2024-08-13 14:53:11 +02:00
committed by intellij-monorepo-bot
parent 5fdf9283e8
commit 7cf7de79f5

View File

@@ -427,11 +427,6 @@ public class PyUnboundLocalVariableInspectionTest extends PyInspectionTestCase {
});
}
public void testVariableNotReportedAfterNoReturn() {
}
// PY-63357
public void testFunctionParameterAnnotatedWithReferenceToTypeParameter() {
runWithLanguageLevel(LanguageLevel.PYTHON312, () -> {