mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
refactor: move settings and secrets stores to app_server (#14165)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -52,7 +52,7 @@ def get_impl(cls: type[T], impl_name: str | None) -> type[T]:
|
||||
Args:
|
||||
cls: The base class that defines the interface
|
||||
impl_name: Fully qualified name of the implementation class, or None to use the base class
|
||||
e.g. 'openhands.storage.settings.file_settings_store.FileSettingsStore'
|
||||
e.g. 'openhands.app_server.settings.file_settings_store.FileSettingsStore'
|
||||
|
||||
Returns:
|
||||
The implementation class, which is guaranteed to be a subclass of cls
|
||||
|
||||
Reference in New Issue
Block a user