You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
chore!: small improvement in naming
This commit is contained in:
@@ -5,7 +5,7 @@ from django.conf import settings
|
||||
from health_check.backends import BaseHealthCheckBackend
|
||||
|
||||
|
||||
class AntifraudHealthcheck(BaseHealthCheckBackend):
|
||||
class AntifraudHealthCheck(BaseHealthCheckBackend):
|
||||
critical_service = False
|
||||
|
||||
def check_status(self) -> None:
|
||||
@@ -20,4 +20,4 @@ class AntifraudHealthcheck(BaseHealthCheckBackend):
|
||||
return self.__class__.__name__
|
||||
|
||||
|
||||
__all__ = ["AntifraudHealthcheck"]
|
||||
__all__ = ["AntifraudHealthCheck"]
|
||||
|
||||
Reference in New Issue
Block a user