fix(tests): Add src. prefix to module imports
This commit is contained in:
@@ -2,8 +2,8 @@ import unittest
|
||||
from typing import Any
|
||||
from unittest.mock import patch
|
||||
import json
|
||||
import orchestrator_pm
|
||||
import mma_prompts
|
||||
from src import orchestrator_pm
|
||||
from src import mma_prompts
|
||||
|
||||
class TestOrchestratorPM(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user