Browse Source

do not import literal

justheuristic 3 years ago
parent
commit
9283abe8cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/server.py

+ 1 - 1
src/server/server.py

@@ -4,7 +4,7 @@ import multiprocessing as mp
 import random
 import random
 import threading
 import threading
 import time
 import time
-from typing import Dict, Literal, Optional, Sequence, Union
+from typing import Dict, Optional, Sequence, Union
 
 
 import torch
 import torch
 from hivemind import DHT, MAX_DHT_TIME_DISCREPANCY_SECONDS, BatchTensorDescriptor, get_dht_time
 from hivemind import DHT, MAX_DHT_TIME_DISCREPANCY_SECONDS, BatchTensorDescriptor, get_dht_time