summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/service/user_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/service/user_service.py')
-rw-r--r--openbb_platform/core/openbb_core/app/service/user_service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbb_platform/core/openbb_core/app/service/user_service.py b/openbb_platform/core/openbb_core/app/service/user_service.py
index 9b6fcff50bc..8ab438782eb 100644
--- a/openbb_platform/core/openbb_core/app/service/user_service.py
+++ b/openbb_platform/core/openbb_core/app/service/user_service.py
@@ -20,6 +20,7 @@ class UserService(metaclass=SingletonMeta):
self,
default_user_settings: Optional[UserSettings] = None,
):
+ """Initialize user service."""
self._default_user_settings = (
default_user_settings or self.read_default_user_settings()
)