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 Aug 17, 2024
1 parent a359f98 commit 9fa6717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import click
from typing_extensions import Annotated, TypeAlias, get_args, get_origin

from ._typing import get_args, get_origin, is_union
from ._typing import is_union
from .completion import get_completion_inspect_parameters
from .core import MarkupMode, TyperArgument, TyperCommand, TyperGroup, TyperOption
from .models import (
Expand Down

0 comments on commit 9fa6717

Please sign in to comment.