Files
openide/python/testData/quickFixes/PyAugmentAssignmentQuickFixTest/percent.py
2013-10-10 17:45:17 +04:00

2 lines
157 B
Python

<weak_warning descr="Assignment can be replaced with augmented assignment">request = request + " FROM bugs WHERE bug_id = %s" % (str(bug_id))</weak_warning>