Przeglądaj źródła

fixed bug in init

tanja 4 lat temu
rodzic
commit
62c5f4909a
1 zmienionych plików z 1 dodań i 1 usunięć
  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 *