浏览代码

style fixes

Artem Chumachenko 2 年之前
父节点
当前提交
00f2f8a745
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/utils/generation_algorithms.py

+ 0 - 1
src/utils/generation_algorithms.py

@@ -1,5 +1,4 @@
 from abc import ABC
 from abc import ABC
-from heapq import heappop, heappush
 from typing import Tuple
 from typing import Tuple
 
 
 import torch
 import torch