New version of black, new whitespace
This commit is contained in:
@ -10,7 +10,7 @@ r = redis.Redis(
|
||||
|
||||
|
||||
def populate_streams():
|
||||
""" build all the streams for all the users """
|
||||
"""build all the streams for all the users"""
|
||||
users = models.User.objects.filter(
|
||||
local=True,
|
||||
is_active=True,
|
||||
@ -21,10 +21,10 @@ def populate_streams():
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
""" start all over with user streams """
|
||||
"""start all over with user streams"""
|
||||
|
||||
help = "Populate streams for all users"
|
||||
# pylint: disable=no-self-use,unused-argument
|
||||
def handle(self, *args, **options):
|
||||
""" run feed builder """
|
||||
"""run feed builder"""
|
||||
populate_streams()
|
||||
|
Reference in New Issue
Block a user