Browse Source

rm unused imports

justheuristic 3 years ago
parent
commit
93bc211ec6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/client/remote_sequential.py

+ 0 - 1
src/client/remote_sequential.py

@@ -8,7 +8,6 @@ from typing import List, Optional, Union
 import torch
 from hivemind import DHT, P2P, get_logger, use_hivemind_log_handler
 from hivemind.moe.client.remote_expert_worker import RemoteExpertWorker
-from hivemind.moe.expert_uid import ExpertInfo
 from torch import nn
 
 import src