Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
IfMultiline.py
blob: 5ad0df08013cd365a5689ef1a9d3a14fa6f62df0 [
file
] [
log
] [
blame
]
if
(
A
and
B
and
C
):
pass
if
<
weak_warning descr
=
"Remove redundant parentheses"
>(
"\n"
)</
weak_warning
>:
pass