Commit b51cbdd
Mark unused action arg in sim_fn to satisfy pylint
The simulator callback signature must match StepSimulatorFn's
(state, action, params) shape even though apply_rules doesn't use
the action. Renaming to _action signals intent and silences pylint's
unused-argument check.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7cc8aa3 commit b51cbdd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
| 326 | + | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments