Browse Source

test docker pipfile

tsteuer 5 years ago
parent
commit
ab00c8c9ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cdplib/__init__.py

+ 1 - 1
cdplib/__init__.py

@@ -1,4 +1,4 @@
-from .db_handlers import *
+#from .db_handlers import *
 from .db_migration import *
 from .hyperopt import *
 from .utils import *