mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: remove trailing whitespace in analytics.py
This commit is contained in:
parent
7dffa943fa
commit
ded5fe5ec0
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue