mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 16:23:44 +08:00
chore: add missing @override decorator to api/configs (#37006)
Co-authored-by: mac <mac@1234.local>
This commit is contained in:
parent
57b573d02b
commit
02e1a60cde
@ -29,6 +29,7 @@ class RemoteSettingsSourceFactory(PydanticBaseSettingsSource):
|
||||
def get_field_value(self, field: FieldInfo, field_name: str) -> tuple[Any, str, bool]:
|
||||
raise NotImplementedError
|
||||
|
||||
@override
|
||||
def __call__(self) -> dict[str, Any]:
|
||||
current_state = self.current_state
|
||||
remote_source_name = current_state.get("REMOTE_SETTINGS_SOURCE_NAME")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user