mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 10:05:00 -05:00
* plotting: Refactor file exists check in `process_file` * plotting: Refactor processing of the `ThreadPoolExecutor.map()` result I might miss something but imo the use of `reduce` here just reduces readability and has no value. * plotting: Let `process_file` return `Optional[PlotInfo]`