mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
cleanup
This commit is contained in:
parent
e6a4edf2e2
commit
85383079f6
1 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue