mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Update github_action_runner.py
9789e5d701/pr_agent/agent/pr_agent.py (L84)
This commit is contained in:
parent
9789e5d701
commit
4662f65146
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import json
|
||||||
import os
|
import os
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
from dynaconf.utils import DynaBox
|
from dynaconf.utils.boxing.DynaBox import DynaBox
|
||||||
|
|
||||||
from pr_agent.agent.pr_agent import PRAgent
|
from pr_agent.agent.pr_agent import PRAgent
|
||||||
from pr_agent.config_loader import get_settings
|
from pr_agent.config_loader import get_settings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue