mirror of
https://github.com/unclecode/crawl4ai.git
synced 2025-11-10 16:59:28 +00:00
Replace float('inf') and float('-inf') with math.inf and -math.inf from the math module for better readability and performance. Also clean up imports and remove unused speed comparison code.
No breaking changes.