From ded5fe5ec02759948b15ad4da14c7e785fd56882 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 26 Nov 2024 20:37:34 -0800 Subject: [PATCH] style: remove trailing whitespace in analytics.py --- aider/analytics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/analytics.py b/aider/analytics.py index 9404fa05b..82c888247 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -126,7 +126,7 @@ class Analytics: data_file = self.get_data_file_path() if not data_file: return - + if data_file.exists(): try: data = json.loads(data_file.read_text()) @@ -140,7 +140,7 @@ class Analytics: data_file = self.get_data_file_path() if not data_file: return - + data = dict( uuid=self.user_id, permanently_disable=self.permanently_disable,