Spaces:
Running
Running
Commit
·
4231eb9
1
Parent(s):
505bbe5
Fix formatting in config.py: ensure consistent newline at end of file in the get_settings function.
Browse files- app/config.py +1 -1
app/config.py
CHANGED
@@ -15,4 +15,4 @@ class Settings(BaseSettings):
|
|
15 |
@lru_cache()
|
16 |
def get_settings() -> Settings:
|
17 |
"""Get cached settings."""
|
18 |
-
return Settings()
|
|
|
15 |
@lru_cache()
|
16 |
def get_settings() -> Settings:
|
17 |
"""Get cached settings."""
|
18 |
+
return Settings()
|