From 5b84b901b2816c50f0f0bbb4ab7cad31080e3ea2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 30 Oct 2024 12:24:39 -0700 Subject: [PATCH] chore: add TODO comment for analytics refactoring --- aider/analytics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/analytics.py b/aider/analytics.py index b7bb0ca19..e02152057 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -29,6 +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! self.mp = None self.ph = None if permanently_disable and not self.permanently_disable: