Spaces:
Runtime error
Runtime error
Update components/CodriaoCore.py
Browse files
components/CodriaoCore.py
CHANGED
@@ -29,9 +29,6 @@ secure_memory_module = load_secure_memory_module()
|
|
29 |
from ethical_filter import EthicalFilter
|
30 |
from results_store import save_result
|
31 |
|
32 |
-
# Utilities
|
33 |
-
from utils.database import Database
|
34 |
-
from utils.logger import logger
|
35 |
|
36 |
class CodriaoCore:
|
37 |
def __init__(self, config_path: str = "config.json"):
|
|
|
29 |
from ethical_filter import EthicalFilter
|
30 |
from results_store import save_result
|
31 |
|
|
|
|
|
|
|
32 |
|
33 |
class CodriaoCore:
|
34 |
def __init__(self, config_path: str = "config.json"):
|