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 10, 2024
1 parent 0f5a1b3 commit 432a48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/parameter_types/json/tutorial001.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from typing_extensions import Annotated

import typer
from typing_extensions import Annotated


def main(user_info: Annotated[dict, typer.Option()]):
Expand Down

0 comments on commit 432a48c

Please sign in to comment.