all: implement black as code formatter
This commit is contained in:
@ -6,6 +6,6 @@ from django.apps import AppConfig
|
||||
class PassbookPoliciesWebhookConfig(AppConfig):
|
||||
"""passbook Webhook policy app config"""
|
||||
|
||||
name = 'passbook.policies.webhook'
|
||||
label = 'passbook_policies_webhook'
|
||||
verbose_name = 'passbook Policies.Webhook'
|
||||
name = "passbook.policies.webhook"
|
||||
label = "passbook_policies_webhook"
|
||||
verbose_name = "passbook Policies.Webhook"
|
||||
|
||||
Reference in New Issue
Block a user