5
0
Aleksandr Borzunov 2 жил өмнө
parent
commit
7dc7da3e2e

+ 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__)