Kaynağa Gözat

fix imports

artek0chumak 3 yıl önce
ebeveyn
işleme
526942c67d
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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
 import os
 import torch
-from typing import List, Optional, Union, Tuple
+from typing import List, Optional, Tuple, Union
 
+import torch
 import hivemind
 import torch
 import torch.nn as nn