Michael Diskin hace 4 años
padre
commit
21155e06c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hivemind/moe/server/task_pool.py

+ 1 - 1
hivemind/moe/server/task_pool.py

@@ -10,7 +10,7 @@ from abc import ABCMeta, abstractmethod
 from collections import namedtuple
 from concurrent.futures import Future
 from queue import Empty
-from typing import List, Tuple, Dict, Any, Generator, Callable
+from typing import Any, Callable, Dict, Generator, List, Tuple
 
 import torch