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