Commit b00a883
committed
Remove unnecessary global declaration in stem_tor-example.py
Fixes flake8 F824 error - global result is only read, not assigned,
so the global declaration is unnecessary and confusing.1 parent 12137c1 commit b00a883
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
0 commit comments