formatting

This commit is contained in:
dni ⚡
2022-11-30 23:52:13 +01:00
parent 86d2780c9f
commit e3e62fc073
5 changed files with 11 additions and 9 deletions

View File

@@ -21,7 +21,13 @@ def list_parse_fallback(v):
return []
read_only_variables = ["host", "port", "lnbits_commit", "lnbits_path", "forwarded_allow_ips"]
read_only_variables = [
"host",
"port",
"lnbits_commit",
"lnbits_path",
"forwarded_allow_ips",
]
class Settings(BaseSettings):