style: Fix import order in junior_whole_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-25 09:54:27 -07:00
parent f2d60528f7
commit 58c27e401e

View file

@ -1,5 +1,5 @@
from .whole_coder import WholeCoder
from .junior_whole_prompts import JuniorWholePrompts
from .whole_coder import WholeCoder
class JuniorWholeCoder(WholeCoder):