Browse Source

fix imports

artek0chumak 3 năm trước cách đây
mục cha
commit
526942c67d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/client/remote_model.py

+ 2 - 1
src/client/remote_model.py

@@ -1,8 +1,9 @@
 # this code is in active development, interfaces may change
 # this code is in active development, interfaces may change
 import os
 import os
 import torch
 import torch
-from typing import List, Optional, Union, Tuple
+from typing import List, Optional, Tuple, Union
 
 
+import torch
 import hivemind
 import hivemind
 import torch
 import torch
 import torch.nn as nn
 import torch.nn as nn