mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Reformat code with automated tools
Apply standardized code style
This commit is contained in:
@@ -5,7 +5,7 @@ from .checks import check_deprecated_settings, check_insecure_settings
|
||||
|
||||
|
||||
class AnymailBaseConfig(AppConfig):
|
||||
name = 'anymail'
|
||||
name = "anymail"
|
||||
verbose_name = "Anymail"
|
||||
|
||||
def ready(self):
|
||||
|
||||
Reference in New Issue
Block a user