From 713ec8bd69cabfab8ba46ed21034612bc0d8dcc2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 28 Mar 2021 11:51:02 -0700 Subject: [PATCH] Python whitespace formatting --- bookwyrm/management/commands/erase_streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/management/commands/erase_streams.py b/bookwyrm/management/commands/erase_streams.py index 3dbe17084..042e857fc 100644 --- a/bookwyrm/management/commands/erase_streams.py +++ b/bookwyrm/management/commands/erase_streams.py @@ -13,6 +13,7 @@ def erase_streams(): """ throw the whole redis away """ r.flushall() + class Command(BaseCommand): """ delete activity streams for all users """