mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Format imports in testsr.py
This commit is contained in:
parent
d8e5f4fdec
commit
333fcf5624
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@ import json
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from aider.coders.editblock_coder import DEFAULT_FENCE, find_original_update_blocks, all_fences
|
from aider.coders.editblock_coder import (
|
||||||
|
DEFAULT_FENCE,
|
||||||
|
all_fences,
|
||||||
|
find_original_update_blocks,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def process_markdown(filename):
|
def process_markdown(filename):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue