소스 검색

Don't import anything into top-level package to avoid running
bitsandbytes

Aleksandr Borzunov 2 년 전
부모
커밋
c931366da7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/petals/__init__.py

+ 0 - 4
src/petals/__init__.py

@@ -1,5 +1 @@
-from src.bloom import *
-from src.client import *
-from src.dht_utils import declare_active_modules, get_remote_module
-
 __version__ = "1.0alpha1"