style: remove unused Mixpanel import

This commit is contained in:
Paul Gauthier (aider) 2024-12-04 11:46:35 -08:00
parent ff5a947a16
commit 4e1d18e206

View file

@ -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__