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 Apr 18, 2024
1 parent 0d209d8 commit 0460e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs_src/exceptions/tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def main(name: str = "morty"):
"this_is_the_next_long_key": {
"this_is_the_next_long_key": {
"and_once_again_a_very_long_key": {
"but_this_is_not_the_end": {"end": True}
"but_this_is_not_the_end": {
"end": True
}
}
}
}
Expand Down

0 comments on commit 0460e47

Please sign in to comment.