Python whitespace formatting

This commit is contained in:
Mouse Reeve 2021-03-28 11:51:02 -07:00
parent 87d1aa71a2
commit 713ec8bd69

View file

@ -13,6 +13,7 @@ def erase_streams():
""" throw the whole redis away """
r.flushall()
class Command(BaseCommand):
""" delete activity streams for all users """