Forráskód Böngészése

fixed bug in init

tanja 4 éve
szülő
commit
402aacc593
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      cdplib/ml_validation/__init__.py

+ 3 - 3
cdplib/ml_validation/__init__.py

@@ -1,3 +1,3 @@
-from cross_validate_with_fine_tuning import *
-from CVComposer import *
-from expanding_cv import *
+from .cross_validate_with_fine_tuning import *
+from .CVComposer import *
+from .expanding_cv import *