Don't warn about conditionally redeclared items

This commit is contained in:
Andrey Vlasovskikh
2013-09-03 18:42:57 +04:00
parent 03d185ca1b
commit aa714041e1
4 changed files with 37 additions and 24 deletions
@@ -4,6 +4,6 @@ This inspection detects redeclarations of names without being used in between, l
<pre>def x(): pass
x = 2
</pre>
It applies to function and class declarations, and assignments.<br/>
It applies to function and class declarations, and top-level assignments.<br/>
</span></body>
</html>