Skip to content

Commit

Permalink
fixed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Oct 29, 2023
1 parent 1cc489c commit 66ddf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dolma/tokenizer/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing_extensions import TypeAlias

from ..core.parallel import BaseParallelProcessor, QueueType
from ..core.paths import glob_path, join_path, make_relative, mkdir_p
from ..core.paths import glob_path, join_path, mkdir_p
from .data_types import TokenizerOutput
from .memmap_writer import MemmapWriter
from .tokenizer import Tokenizer, tokenize_file
Expand Down

0 comments on commit 66ddf9c

Please sign in to comment.