Kaynağa Gözat

fixed bug in init

tanja 3 yıl önce
ebeveyn
işleme
62c5f4909a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      cdplib/gridsearch/__init__.py

+ 1 - 1
cdplib/gridsearch/__init__.py

@@ -1,2 +1,2 @@
-from GridSearchPipelineSelector import *
+from .GridSearchPipelineSelector import *
 from .space_sample import *