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 Oct 30, 2024
1 parent 2c7cdfe commit 30182f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from click.utils import open_file as open_file

from . import colors as colors
from .browser import open_browser as open_browser
from .main import Typer as Typer
from .main import run as run
from .models import CallbackParam as CallbackParam
Expand All @@ -37,4 +38,3 @@
from .models import FileTextWrite as FileTextWrite
from .params import Argument as Argument
from .params import Option as Option
from .browser import open_browser as open_browser

0 comments on commit 30182f8

Please sign in to comment.