Parcourir la source

test docker pipfile

tsteuer il y a 5 ans
Parent
commit
2aaf4038c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cdplib/__init__.py

+ 1 - 1
cdplib/__init__.py

@@ -2,6 +2,6 @@
 #from .db_migration import *
 from .hyperopt import *
 from .utils import *
-from .log import *
+#from .log import *
 from .FlattenData import *
 from .Singleton_Threadsafe import *