added PY-8367 Quickfix for removing unused parameter or variable

This commit is contained in:
Ekaterina Tuzova
2014-03-13 18:16:42 +04:00
parent 4aedbcc372
commit 068794c6dc
16 changed files with 222 additions and 7 deletions
@@ -0,0 +1,10 @@
def foo(r):
"""
:param r:
:return:
"""
x = 1
x = 2