mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: Fix import order in junior_whole_coder.py
This commit is contained in:
parent
f2d60528f7
commit
58c27e401e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
from .whole_coder import WholeCoder
|
|
||||||
from .junior_whole_prompts import JuniorWholePrompts
|
from .junior_whole_prompts import JuniorWholePrompts
|
||||||
|
from .whole_coder import WholeCoder
|
||||||
|
|
||||||
|
|
||||||
class JuniorWholeCoder(WholeCoder):
|
class JuniorWholeCoder(WholeCoder):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue