Commit Graph

2 Commits

Author SHA1 Message Date
9024770ce8 Change subfunction signature to ignore value
Instead of marking `value` for deletion by doing
```py
del value  # Unused.
```

ignore the variable in the function signature.
2024-03-22 19:16:58 -05:00
be76c959fa Add initial code 2024-03-17 11:11:31 -07:00