Browse Source

fixed bug in init

tanja 3 years ago
parent
commit
62c5f4909a
1 changed files with 1 additions and 1 deletions
  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 *