From 333fcf56246030c3843656cb77305cfa4bb48252 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 22 Aug 2024 08:18:30 -0700 Subject: [PATCH] style: Format imports in testsr.py --- testsr.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testsr.py b/testsr.py index 6245783c8..1a23a5d2f 100755 --- a/testsr.py +++ b/testsr.py @@ -4,7 +4,12 @@ import json import re 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): try: