forked from CGM_Public/pretix_original
Add PEP8 style empty lines in appropriate places (#321)
New flake8 version finds more (correct) issues.
This commit is contained in:
committed by
Raphael Michel
parent
d653ea5256
commit
e89fa4f7f9
@@ -51,6 +51,7 @@ class EventPluginSignal(django.dispatch.Signal):
|
||||
responses.append((receiver, response))
|
||||
return responses
|
||||
|
||||
|
||||
register_payment_providers = EventPluginSignal(
|
||||
providing_args=[]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user