chore: Remove unused import of __version__ from aider

This commit is contained in:
Paul Gauthier (aider) 2025-03-18 18:18:51 -07:00
parent 7fec2661fc
commit 292908288b

View file

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