mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Initialize Analytics instance with track=False if analytics is None
This commit is contained in:
parent
03f14dfe47
commit
329514289d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ from rich.console import Console, Text
|
|||
from rich.markdown import Markdown
|
||||
|
||||
from aider import __version__, models, prompts, urls, utils
|
||||
from aider.analytics import Analytics
|
||||
from aider.commands import Commands
|
||||
from aider.history import ChatSummary
|
||||
from aider.io import InputOutput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue