mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Move imports to the top of the file in aider/analytics.py
This commit is contained in:
parent
84489f16b5
commit
00aa43d964
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ from pathlib import Path
|
|||
|
||||
from mixpanel import Mixpanel
|
||||
|
||||
DATA_FILE_NAME = "mixpanel.json"
|
||||
|
||||
from aider import __version__
|
||||
from aider.dump import dump # noqa: F401
|
||||
|
||||
DATA_FILE_NAME = "mixpanel.json"
|
||||
|
||||
|
||||
class Analytics:
|
||||
def __init__(self, track, logfile=None, disable=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue