Skip to content

Commit da77ee0

Browse files
committed
whitespace
1 parent bd95ae7 commit da77ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notification/feeds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def item_links(self, notification):
4242
def item_authors(self, notification):
4343
return [{"name" : notification.user.username}]
4444

45+
4546
class NoticeUserFeed(BaseNoticeFeed):
4647
def get_object(self, params):
4748
return get_object_or_404(User, username=params[0].lower())

0 commit comments

Comments
 (0)