From 54122af9d7a8d21a80f01947d2a79c8f795fe5da Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 6 Feb 2025 09:49:44 -0800 Subject: [PATCH] style: Reorder imports in exceptions.py --- aider/exceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/exceptions.py b/aider/exceptions.py index bd5d2f8b4..b9768e742 100644 --- a/aider/exceptions.py +++ b/aider/exceptions.py @@ -1,6 +1,7 @@ -from aider.dump import dump # noqa: F401 from dataclasses import dataclass +from aider.dump import dump # noqa: F401 + @dataclass class ExInfo: