From c0e137889c3ec92fc513fc8245fc6d290372a4ee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 30 Oct 2024 12:25:17 -0700 Subject: [PATCH] style: Update analytics refactoring comment with method name --- aider/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/analytics.py b/aider/analytics.py index e02152057..6c982ab20 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -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: