Commit 37529a3
committed
Fix ruff linter errors: prefix unused parameters with underscore
- Renamed 'leonardo' to '_leonardo' in _extract_from_heap and _find_parent
- Indicates parameters are intentionally unused in this implementation
- All doctests still pass
- No linter errors1 parent 21f2151 commit 37529a3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments