From 4e1d18e2069f3821469419f66f4b9da2155c74e2 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 4 Dec 2024 11:46:35 -0800 Subject: [PATCH] style: remove unused Mixpanel import --- aider/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/analytics.py b/aider/analytics.py index 6a889a876..294215319 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -5,7 +5,7 @@ import time import uuid from pathlib import Path -from mixpanel import Mixpanel, MixpanelException +from mixpanel import MixpanelException from posthog import Posthog from aider import __version__