Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djsaunde committed Dec 17, 2024
1 parent 192fde5 commit ae1ca2f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/axolotl/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
build_command,
fetch_from_github,
)
from axolotl.common.cli import ConvertDiffTransformerCliArgs, EvaluateCliArgs, PreprocessCliArgs, TrainerCliArgs
from axolotl.common.cli import (
ConvertDiffTransformerCliArgs,
EvaluateCliArgs,
PreprocessCliArgs,
TrainerCliArgs,
)
from axolotl.utils.config.models.input.v0_4_1 import AxolotlInputConfig


Expand Down

0 comments on commit ae1ca2f

Please sign in to comment.