mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-28 13:58:19 +00:00
Reformat lines.
This commit is contained in:
parent
d8567930b4
commit
c095bda717
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
from django.dispatch import Signal
|
||||
|
||||
notify = Signal(providing_args=['recipient', 'actor', 'verb', 'action_object', 'target',
|
||||
'description', 'timestamp'])
|
||||
notify = Signal(providing_args=[
|
||||
'recipient', 'actor', 'verb', 'action_object', 'target', 'description',
|
||||
'timestamp'
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue