From e05acccd7799036b99fe76b8b5a128a74c07c6d8 Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Wed, 13 Aug 2025 11:24:22 +0100 Subject: [PATCH] linting --- src/axolotl/cli/utils/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/cli/utils/train.py b/src/axolotl/cli/utils/train.py index d2a785635..265b0e604 100644 --- a/src/axolotl/cli/utils/train.py +++ b/src/axolotl/cli/utils/train.py @@ -72,7 +72,7 @@ def generate_config_files(config: str, sweep: str | None) -> Iterator[tuple[str, Args: config: Base configuration file sweep: Sweep configuration file - + Yields: Configuration file name and whether this is a group of configurations """