This commit is contained in:
Andrey Vlasovskikh
2013-09-18 16:42:13 +04:00
parent fade29fb8a
commit c4795bb3b5
@@ -197,5 +197,5 @@ public class PyUnboundLocalVariableInspection extends PyInspection {
PyBundle.message("INSP.unbound.function.too.large", owner.getName()),
ProblemHighlightType.WEAK_WARNING);
}
};
}
}