mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 15:04:26 +01:00
refactor: Refactor imports to be compatible with unit tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import json
|
||||
from typing import Any, Dict, Union
|
||||
from call_ai_function import call_ai_function
|
||||
from config import Config
|
||||
from json_utils import correct_json
|
||||
from .call_ai_function import call_ai_function
|
||||
from .config import Config
|
||||
from .json_utils import correct_json
|
||||
|
||||
cfg = Config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user