refactor: Update import statements to include 'src' prefix for module paths
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -10,7 +10,7 @@ from unittest.mock import patch, Mock
|
||||
import sys
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'src'))
|
||||
|
||||
from logger import init_logger
|
||||
from src.logger import init_logger
|
||||
|
||||
|
||||
class TestLogger:
|
||||
|
||||
Reference in New Issue
Block a user