Roboproch commited on
Commit
33caf63
·
1 Parent(s): a001c97

fix import test 2

Browse files
Files changed (1) hide show
  1. MLOps_project/CI/test_ci.py +1 -1
MLOps_project/CI/test_ci.py CHANGED
@@ -1,4 +1,4 @@
1
- from MLOps_project import modello
2
 
3
  class TestClass :
4
  """
 
1
+ from ..modello import *
2
 
3
  class TestClass :
4
  """