Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed May 24, 2024
1 parent 0c79078 commit d4d9b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def get_health() -> HealthCheck:
Returns:
HealthCheck: Returns a JSON response with the health status
"""
return HealthCheck(status="OK")
return HealthCheck(status="OK")

0 comments on commit d4d9b8d

Please sign in to comment.