Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
landoskape committed Apr 17, 2024
1 parent 2139878 commit c7b5026
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions dominoes/datasets/base.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
from abc import ABC, abstractmethod
from copy import copy
from itertools import repeat
import torch

from multiprocessing import Pool, cpu_count

from .support import get_dominoes, get_best_line, pad_best_lines
from ..utils import named_transpose


class Dataset(ABC):
"""
Expand Down
1 change: 0 additions & 1 deletion dominoes/datasets/dominoe_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from abc import ABC, abstractmethod
from copy import copy
from itertools import repeat
import torch
Expand Down

0 comments on commit c7b5026

Please sign in to comment.