Skip to content

Commit f3ebc3e

Browse files
committed
Keep typing-only container import lazy
Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
1 parent 97ea850 commit f3ebc3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nemo_curator/stages/deduplication/shuffle_utils/partitioned_exact_filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import os
1818
import posixpath
19-
from collections.abc import Container
2019
from typing import TYPE_CHECKING, Any, Literal
2120

2221
from fsspec.core import split_protocol
@@ -27,6 +26,8 @@
2726
from nemo_curator.utils.file_utils import check_disallowed_kwargs, get_fs
2827

2928
if TYPE_CHECKING:
29+
from collections.abc import Container
30+
3031
import cudf
3132

3233

0 commit comments

Comments
 (0)