Python formatting
This commit is contained in:
parent
bd8858830a
commit
0bbaf0a562
2 changed files with 8 additions and 13 deletions
|
@ -104,7 +104,7 @@ class ActivityStream(RedisStore):
|
|||
)
|
||||
|
||||
def get_objects_for_store(self, store):
|
||||
user = models.User.objects.get(id=store.split('-')[0])
|
||||
user = models.User.objects.get(id=store.split("-")[0])
|
||||
return self.get_statuses_for_user(user)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue