Skip to content

Commit

Permalink
Empty line.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 3, 2024
1 parent 9b83c68 commit 4d51ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ def read_settings_from_cache_or_db(
Load everything from settings cache or db, process parsing and mergings,
returns the desired key value
"""

if not apps.ready or key.upper() not in DYNAMIC_SETTINGS_SCHEMA:
# If app is starting up or key is not on allowed list bypass and just return the value
return value.value
Expand Down

0 comments on commit 4d51ada

Please sign in to comment.