Skip to content

Commit

Permalink
docs: ruff-format
Browse files Browse the repository at this point in the history
  • Loading branch information
RenameMe1 authored and cofin committed Nov 17, 2024
1 parent 5ed4b22 commit be9e01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/testing/test_health_check_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
def health_check() -> str:
return "healthy"


app = Litestar(route_handlers=[health_check], debug=True)


Expand Down
1 change: 1 addition & 0 deletions docs/examples/testing/test_health_check_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
def health_check() -> str:
return "healthy"


app = Litestar(route_handlers=[health_check], debug=True)


Expand Down

0 comments on commit be9e01b

Please sign in to comment.