Aleksandr Borzunov 2 anos atrás
pai
commit
7dc7da3e2e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/server/block_selection.py

+ 1 - 1
src/server/block_selection.py

@@ -6,7 +6,7 @@ from hivemind import PeerID, get_logger
 
 from src.data_structures import RemoteModuleInfo, ServerState
 
-__all__ = ['choose_best_blocks', 'should_choose_other_blocks']
+__all__ = ["choose_best_blocks", "should_choose_other_blocks"]
 
 logger = get_logger(__file__)