New version of black, new whitespace
This commit is contained in:
@ -3,5 +3,5 @@ from bookwyrm import models
|
||||
|
||||
|
||||
def site_settings(request): # pylint: disable=unused-argument
|
||||
""" include the custom info about the site """
|
||||
"""include the custom info about the site"""
|
||||
return {"site": models.SiteSettings.objects.get()}
|
||||
|
Reference in New Issue
Block a user