From 292908288bd022a7465487b07670e9fbbd44cfd4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 18 Mar 2025 18:18:51 -0700 Subject: [PATCH] chore: Remove unused import of `__version__` from aider --- scripts/update-history.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/update-history.py b/scripts/update-history.py index 0066eeb01..af48916a9 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -7,8 +7,6 @@ import tempfile from history_prompts import history_prompt -from aider import __version__ - def get_latest_version_from_history(): with open("HISTORY.md", "r") as f: