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