Skip to content

Commit d99a035

Browse files
authored
Fix circular import (#812)
1 parent 1fdfad7 commit d99a035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/litdata/cli/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
from argparse import _SubParsersAction
1515

16+
from litdata.cli import LitFormatter
1617
from litdata.cli.handler.cache import clear_cache, show_cache_path
1718
from litdata.cli.handler.optimize import optimize_dataset
18-
from litdata.cli.parser import LitFormatter
1919

2020

2121
def register_cache_subcommand(subparser: _SubParsersAction) -> None:

0 commit comments

Comments
 (0)