Skip to content

Commit

Permalink
fixup! [Core] Add "library_json" setting
Browse files Browse the repository at this point in the history
Remove `library_json` from initial default settings, since it is a
dynamic setting calculated on-demand (i.e. when `settings()` is called).
I.e. it should never be stored in `self.__settings`.

Signed-off-by: David Feltell <[email protected]>
  • Loading branch information
feltech committed Sep 20, 2024
1 parent bdb64dd commit a16849b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ def __make_default_settings() -> dict:
"""
return {
SETTINGS_KEY_LIBRARY_PATH: "",
SETTINGS_KEY_LIBRARY_JSON: "",
SETTINGS_KEY_SIMULATED_QUERY_LATENCY: 10,
SETTINGS_KEY_ENTITY_REFERENCE_URL_SCHEME: "bal",
}
Expand Down

0 comments on commit a16849b

Please sign in to comment.