Skip to content

Commit

Permalink
Reformat lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
schinckel committed Oct 23, 2012
1 parent d856793 commit c095bda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions notifications/signals.py
@@ -1,4 +1,6 @@
from django.dispatch import Signal from django.dispatch import Signal


notify = Signal(providing_args=['recipient', 'actor', 'verb', 'action_object', 'target', notify = Signal(providing_args=[
'description', 'timestamp']) 'recipient', 'actor', 'verb', 'action_object', 'target', 'description',
'timestamp'
])

0 comments on commit c095bda

Please sign in to comment.