Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>