Commit 4af2ed3
testcases/containers: variable not used/assigned
flake8 complains that global container_tests is unused and it
is never assigned in scope.
Fixed the same by removing the unused global declaration within
the function and adding an appropriate comment.
Signed-off-by: Shwetha K Acharya <[email protected]>1 parent c5710bb commit 4af2ed3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments