Commit bacdc45
committed
python linter: literal comparison extras/quota/xattr_analysis.py
This series aim to reduce the python linter build logs.
Changes a comparison to literal value done with "is" to "==".
Signed-off-by: Thales Antunes de Oliveira Barretto <[email protected]>
# extras/quota/xattr_analysis.py | 2 +-
# 1 file changed, 1 insertion(+), 1 deletion(-)1 parent 2f8e351 commit bacdc45
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments