mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Reorder imports in exceptions.py
This commit is contained in:
parent
5e4852bd32
commit
54122af9d7
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue