Skip to content

Commit d123a76

Browse files
committed
ruff
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
1 parent e416359 commit d123a76

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tutorials/text/llama-nemotron-data-curation/filters/model_filters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import os
16-
from typing import Any
1716

1817
import fasttext
1918
import pandas as pd

tutorials/text/llama-nemotron-data-curation/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
3131

3232
from nemo_curator.core.client import RayClient
3333
from nemo_curator.pipeline import Pipeline
34-
from nemo_curator.stages.function_decorators import processing_stage
35-
from nemo_curator.stages.resources import Resources
3634
from nemo_curator.stages.text.io.reader.jsonl import JsonlReader
3735
from nemo_curator.stages.text.io.writer.jsonl import JsonlWriter
3836
from nemo_curator.stages.text.modules import ScoreFilter
39-
from nemo_curator.tasks import DocumentBatch
4037
from nemo_curator.utils.file_utils import get_all_file_paths_under
4138

4239

0 commit comments

Comments
 (0)