Spaces:
Runtime error
Runtime error
fix import test 3
Browse files
MLOps_project/CI/test_ci.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from .
|
| 2 |
|
| 3 |
class TestClass :
|
| 4 |
"""
|
|
|
|
| 1 |
+
from MLOps_project.modello import *
|
| 2 |
|
| 3 |
class TestClass :
|
| 4 |
"""
|