mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: format analytics.py file
This commit is contained in:
parent
46489f1a46
commit
b722572a28
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ from aider import __version__
|
|||
from aider.dump import dump # noqa: F401
|
||||
|
||||
mixpanel_project_token = "6da9a43058a5d1b9f3353153921fb04d"
|
||||
posthog_project_api_key = 'phc_99T7muzafUMMZX15H8XePbMSreEUzahHbtWjy3l5Qbv'
|
||||
posthog_host = 'https://us.i.posthog.com'
|
||||
posthog_project_api_key = "phc_99T7muzafUMMZX15H8XePbMSreEUzahHbtWjy3l5Qbv"
|
||||
posthog_host = "https://us.i.posthog.com"
|
||||
|
||||
|
||||
class Analytics:
|
||||
mp = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue