mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
style: Apply linter formatting to base_coder.py
This commit is contained in:
parent
a682b50fd4
commit
35f30bde04
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ class Coder:
|
||||||
if not self.num_cache_warming_pings:
|
if not self.num_cache_warming_pings:
|
||||||
return
|
return
|
||||||
|
|
||||||
delay = 5 #* 60 - 5
|
delay = 5 # * 60 - 5
|
||||||
self.next_cache_warm = time.time() + delay
|
self.next_cache_warm = time.time() + delay
|
||||||
self.warming_pings_left = self.num_cache_warming_pings
|
self.warming_pings_left = self.num_cache_warming_pings
|
||||||
self.cache_warming_chunks = chunks
|
self.cache_warming_chunks = chunks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue