Browse Source

chore: format

Timothy J. Baek 10 tháng trước cách đây
mục cha
commit
647aa1966f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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]