Commit f524f1a
committed
fix: remove unused local variables in classnet and lap
- Remove unused rows and cols variables in NeuralNetwork.detect()
in classnet.py (they are only needed in getBoundingBoxes())
- Remove unused pose3d local variable in Lap.check_threshold()
in follow_line/lap.py1 parent 9c4b6ab commit f524f1a
2 files changed
Lines changed: 0 additions & 5 deletions
File tree
- common/hal_interfaces/hal_interfaces/general
- exercises/follow_line/python_template
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | 223 | | |
226 | 224 | | |
227 | 225 | | |
| |||
238 | 236 | | |
239 | 237 | | |
240 | 238 | | |
241 | | - | |
242 | | - | |
243 | 239 | | |
244 | 240 | | |
245 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments