Sign in
android
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
inspections
/
RedundantParenthesesBoolean_after.py
blob: 6c71cf337c732e471d6bb0ad6e13a5dd6113c48d [
file
] [
log
] [
blame
]
settings
=
(
'foreground'
,)
old_value
=
None
if
(
'foreground'
in
settings
)
and
(
old_value
is
None
or
old_value
>
5
):
pass