Commit e4b4e78
committed
python linter: syntax "not in" tests/utils/gfid-access.py
This series aim to reduce the python linter build logs.
This commit changes a syntax error for checking when checking
for membership with "for not x in group" to "for x not in group".
Signed-off-by: Thales Antunes de Oliveira Barretto <[email protected]>1 parent 0ada8a9 commit e4b4e78
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments