Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyAugmentAssignmentQuickFixTest
/
percent.py
blob: 1b12f0cca909a8ce608a6e74cd4e172072a3bcae [
file
] [
log
] [
blame
]
<
weak_warning descr
=
"Assignment can be replaced with augmented assignment"
>
request
=
request
+
" FROM bugs WHERE bug_id = %s"
%
(
str
(
bug_id
))</
weak_warning
>