Unverified Commit 648b8448 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Remove unused import. (#6358)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent b099ac93
...@@ -4,7 +4,7 @@ from collections.abc import Mapping ...@@ -4,7 +4,7 @@ from collections.abc import Mapping
from functools import partial from functools import partial
from typing import Callable, Iterator, Optional from typing import Callable, Iterator, Optional
from torch.utils.data import default_collate, functional_datapipe from torch.utils.data import default_collate
from torchdata.datapipes.iter import IterableWrapper, IterDataPipe from torchdata.datapipes.iter import IterableWrapper, IterDataPipe
from ..base import dgl_warning from ..base import dgl_warning
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment