From 00815b3105dd71bb1f3595c8538282bcf95dfc27 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 30 Apr 2021 11:09:06 -0700 Subject: [PATCH] Python formatting --- bookwyrm/management/commands/initdb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/management/commands/initdb.py b/bookwyrm/management/commands/initdb.py index da7dac00..2e88ce5d 100644 --- a/bookwyrm/management/commands/initdb.py +++ b/bookwyrm/management/commands/initdb.py @@ -15,7 +15,7 @@ def init_groups(): def init_permissions(): - """ permissin types """ + """permissin types""" permissions = [ { "codename": "edit_instance_settings", @@ -134,7 +134,7 @@ def init_federated_servers(): def init_settings(): - """ info about the instance """ + """info about the instance""" SiteSettings.objects.create( support_link="https://www.patreon.com/bookwyrm", support_title="Patreon",