فهرست منبع

fix circular imports

justheuristic 2 سال پیش
والد
کامیت
2664ee5cdd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/petals/client/sequence_manager.py

+ 1 - 1
src/petals/client/sequence_manager.py

@@ -10,7 +10,7 @@ from hivemind.proto import runtime_pb2
 from hivemind.utils.logging import get_logger, use_hivemind_log_handler
 
 import petals.dht_utils
-from petals.client import NoSpendingPolicy
+from petals.client.spending_policy import NoSpendingPolicy
 from petals.data_structures import ModuleUID, RemoteModuleInfo, RemoteSpanInfo, ServerState
 from petals.server.handler import TransformerConnectionHandler