ソースを参照

fixed bug in init

tanja 4 年 前
コミット
62c5f4909a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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 *