Commit d3f6a07
Improve code readability in s3fs _prune_deleted_files function
Use .values() instead of .keys() for better Pythonic code style.
This addresses the review comment from bdrx312.
Signed-off-by: GRomR1 <[email protected]>1 parent 59ce859 commit d3f6a07
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
595 | | - | |
| 594 | + | |
| 595 | + | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| |||
0 commit comments