Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 17, 2024
1 parent 2b480ad commit fdb7bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import typer.completion
from typer.core import _split_opt
from typer.main import solve_typer_info_defaults, solve_typer_info_help
from typer.models import ParameterInfo, TyperInfo, DictParamType
from typer.models import DictParamType, ParameterInfo, TyperInfo
from typer.testing import CliRunner

runner = CliRunner()
Expand Down

0 comments on commit fdb7bb4

Please sign in to comment.