Skip to content

Commit

Permalink
feat: add ignore .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
panteparak committed Oct 21, 2024
1 parent 54a588d commit 786b6bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ ENV/

.envrc
.direnv

# mac
.DS_Store
Binary file added health_check/.DS_Store
Binary file not shown.
Binary file added health_check/contrib/.DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions health_check/contrib/db_heartbeat/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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 786b6bb

Please sign in to comment.