mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Update analytics refactoring comment with method name
This commit is contained in:
parent
5b84b901b2
commit
c0e137889c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Analytics:
|
|||
self.get_or_create_uuid()
|
||||
|
||||
if not enable or self.permanently_disable or permanently_disable:
|
||||
#ai refactor this into a method!
|
||||
#ai refactor this into a method called disable()!
|
||||
self.mp = None
|
||||
self.ph = None
|
||||
if permanently_disable and not self.permanently_disable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue