Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
panteparak committed Oct 21, 2024
1 parent 786b6bb commit 6325646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check/contrib/db_heartbeat/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class DatabaseHeartBeatCheck(BaseHealthCheckBackend):
""" Health check that runs a simple SELECT 1; query to test if the database connection is alive. """
"""Health check that runs a simple SELECT 1; query to test if the database connection is alive."""

def check_status(self):
try:
Expand Down

0 comments on commit 6325646

Please sign in to comment.