소스 검색

deleted data_cleaning folder, the files are utils for now

tanja 5 년 전
부모
커밋
4ffef49342
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      cdplib/__init__.py

+ 0 - 1
cdplib/__init__.py

@@ -1,6 +1,5 @@
 from .db_handlers import *
 from .db_migration import *
-from .data_cleaning import *
 from .hyperopt import *
 from .utils import *
 from .log import *