Fixed Black failing

This commit is contained in:
jovuit 2021-05-23 19:04:54 +02:00
parent d32fd8465b
commit a84f244416
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ IGNORE_FORWARDED_HOST_AND_PROTO = env.bool(
default=True default=True
) )
""" """
Use :attr:`FUNKWHALE_HOSTNAME` and :attr:`FUNKWHALE_PROTOCOL ` Use :attr:`FUNKWHALE_HOSTNAME` and :attr:`FUNKWHALE_PROTOCOL`
instead of request header. instead of request header.
""" """