Browse Source

style fixes

Artem Chumachenko 2 năm trước cách đây
mục cha
commit
00f2f8a745
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/utils/generation_algorithms.py

+ 0 - 1
src/utils/generation_algorithms.py

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