style: Apply linter formatting to base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-07 16:26:09 -08:00
parent a682b50fd4
commit 35f30bde04

View file

@ -1205,7 +1205,7 @@ class Coder:
if not self.num_cache_warming_pings:
return
delay = 5 #* 60 - 5
delay = 5 # * 60 - 5
self.next_cache_warm = time.time() + delay
self.warming_pings_left = self.num_cache_warming_pings
self.cache_warming_chunks = chunks