From 9b22b39a8d8ce3feed83a749242316e3729b33b1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 1 Sep 2023 15:55:36 -0700 Subject: [PATCH] lint --- aider/history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/history.py b/aider/history.py index 8996ad486..2aeda9483 100644 --- a/aider/history.py +++ b/aider/history.py @@ -1,7 +1,6 @@ import argparse import json - from aider import models, prompts from aider.dump import dump # noqa: F401 from aider.sendchat import simple_send_with_retries