Commit a5fb144
cleanup executor module
This patch removes a bit of dead code. `value = opts.after_tuple`
- it's even not tested since we can't simply use tuple as key.
Any usage of this part will raise an error. But we don't observe
any failures - so let's remove it at all.1 parent 632ce81 commit a5fb144
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
| |||
0 commit comments