From fdb7bb468e7f736183e34e9ecebc2130b9a9567a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:06:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_others.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_others.py b/tests/test_others.py index 40ed04b368..7f19372c26 100644 --- a/tests/test_others.py +++ b/tests/test_others.py @@ -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()