Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
IfElif.py
blob: 1d36ea186360f1c1789cad7206722d60adea361f [
file
] [
log
] [
blame
]
if
<
weak_warning descr
=
"Remove redundant parentheses"
>((
True
or
<
weak_warning descr
=
"Remove redundant parentheses"
>(
False
)</
weak_warning
>))</
weak_warning
>:
pass
elif
<
weak_warning descr
=
"Remove redundant parentheses"
>(
True
)</
weak_warning
>:
pass