mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
added PY-8367 Quickfix for removing unused parameter or variable
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
def foo(r):
|
||||
"""
|
||||
|
||||
:param r:
|
||||
:return:
|
||||
"""
|
||||
|
||||
x = 1
|
||||
x = 2
|
||||
Reference in New Issue
Block a user