mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Merge pull request #1883 from letzya/patch-1
Update github_action_runner.py
This commit is contained in:
commit
1c34450645
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import json
|
|||
import os
|
||||
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.config_loader import get_settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue