Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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
>