Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed Oct 15, 2024
1 parent b377e9b commit f3aef79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torchdata/nodes/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# import multiprocessing as mp
import queue
import threading
from typing import Callable, List, Literal, TypeVar, Union
from typing import Callable, Iterator, List, Literal, TypeVar, Union

import torch.multiprocessing as mp

from torch._utils import ExceptionWrapper
from torch.utils.data.sampler import Iterator

from torchdata.nodes import BaseNode, T

Expand Down

0 comments on commit f3aef79

Please sign in to comment.