Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
panteparak committed Oct 27, 2024
1 parent 17db253 commit d0563c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_db_heartbeat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import unittest
from unittest.mock import patch, MagicMock
from unittest.mock import MagicMock, patch

from health_check.contrib.db_heartbeat.backends import DatabaseHeartBeatCheck
from health_check.exceptions import ServiceUnavailable, ServiceReturnedUnexpectedResult
from health_check.exceptions import ServiceReturnedUnexpectedResult, ServiceUnavailable


class TestDatabaseHeartBeatCheck(unittest.TestCase):
Expand Down

0 comments on commit d0563c4

Please sign in to comment.