ソースを参照

test docker pipfile

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