浏览代码

do not import literal

justheuristic 3 年之前
父节点
当前提交
9283abe8cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/server/server.py

+ 1 - 1
src/server/server.py

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