Skip to content

Commit 59a64dc

Browse files
remove frozen
1 parent d292788 commit 59a64dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/web/server/src/simcore_service_webserver/application_settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
279279
"Currently this is a system plugin and cannot be disabled",
280280
)
281281

282-
model_config = SettingsConfigDict(
283-
frozen=False
284-
)
285-
286282
@model_validator(mode="after")
287283
@classmethod
288284
def build_vcs_release_url_if_unset(cls, v):

0 commit comments

Comments
 (0)