From 9ad915f40ebdd8d740bab26cfef131722e9889d6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 2 Oct 2024 09:16:13 -0700 Subject: [PATCH] style: reorder imports alphabetically in commands.py --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 42ba88f2a..0b5272600 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1,9 +1,9 @@ +import glob import os import re import subprocess import sys import tempfile -import glob from collections import OrderedDict from pathlib import Path