forked from CGM_Public/pretix_original
Used isort to order all import statements
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from django.conf.urls import url, include
|
||||
from django.conf.urls import include, url
|
||||
|
||||
from .views import webhook
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^stripe/', include([
|
||||
url(r'^webhook/$', webhook, name='webhook'),
|
||||
|
||||
Reference in New Issue
Block a user