mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Fix linter issues in analytics.py
This commit is contained in:
parent
48a344bc6d
commit
f563544761
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import json
|
import json
|
||||||
import uuid
|
|
||||||
import sys
|
|
||||||
import platform
|
import platform
|
||||||
|
import sys
|
||||||
|
import uuid
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from mixpanel import Mixpanel
|
from mixpanel import Mixpanel
|
||||||
|
@ -24,7 +24,7 @@ class Analytics:
|
||||||
"python_version": sys.version.split()[0],
|
"python_version": sys.version.split()[0],
|
||||||
"os_platform": platform.system(),
|
"os_platform": platform.system(),
|
||||||
"os_release": platform.release(),
|
"os_release": platform.release(),
|
||||||
"machine": platform.machine()
|
"machine": platform.machine(),
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_or_create_uuid(self):
|
def get_or_create_uuid(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue