Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
RedundantParenthesesBoolean.py
blob: 2eb3a310bf98c82ac1a1752d298a07cbed94eadc [
file
] [
log
] [
blame
]
settings
=
(
'foreground'
,)
old_value
=
None
new_value
=
None
if
(
'foreground'
in
settings
)
and
<
weak_warning descr
=
"Remove redundant parentheses"
><
caret
>((
old_value
)
or
(
new_value
))</
weak_warning
>:
pass