We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdfad7 commit d99a035Copy full SHA for d99a035
1 file changed
src/litdata/cli/commands.py
@@ -13,9 +13,9 @@
13
14
from argparse import _SubParsersAction
15
16
+from litdata.cli import LitFormatter
17
from litdata.cli.handler.cache import clear_cache, show_cache_path
18
from litdata.cli.handler.optimize import optimize_dataset
-from litdata.cli.parser import LitFormatter
19
20
21
def register_cache_subcommand(subparser: _SubParsersAction) -> None:
0 commit comments