Browse Source

chore: format

Timothy J. Baek 10 months ago
parent
commit
647aa1966f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backend/config.py

+ 1 - 0
backend/config.py

@@ -766,6 +766,7 @@ class BannerModel(BaseModel):
     dismissible: bool
     timestamp: int
 
+
 try:
     banners = json.loads(os.environ.get("WEBUI_BANNERS", "[]"))
     banners = [BannerModel(**banner) for banner in banners]