mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fixed import
This commit is contained in:
parent
a2eb1aff11
commit
a591c09a1a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from .coder import Coder
|
from aider.coder import Coder
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue