From 85383079f63a22d8ba469b183aad05a81ea5abee Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 Jan 2024 08:55:08 -0800 Subject: [PATCH] cleanup --- aider/mdstream.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index 868b6bf45..ba98078bc 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -1,15 +1,12 @@ #!/usr/bin/env python import io -import sys import time -from collections import defaultdict -from pathlib import Path from rich.console import Console from rich.markdown import Markdown -from aider.dump import dump +from aider.dump import dump # noqa: F401 _text = """ # Header @@ -38,9 +35,9 @@ def greeting(): The end. -""" +""" # noqa: E501 -_text = 5 * _text # noqa: 501 +_text = 5 * _text # print(text)