mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Reformat code with automated tools
Apply standardized code style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.urls import include, re_path
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^anymail/', include('anymail.urls')),
|
||||
re_path(r"^anymail/", include("anymail.urls")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user