summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/model/credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/model/credentials.py')
-rw-r--r--openbb_platform/core/openbb_core/app/model/credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/app/model/credentials.py b/openbb_platform/core/openbb_core/app/model/credentials.py
index 30cae535ef7..5ed7684e351 100644
--- a/openbb_platform/core/openbb_core/app/model/credentials.py
+++ b/openbb_platform/core/openbb_core/app/model/credentials.py
@@ -100,7 +100,7 @@ class Credentials(_Credentials): # type: ignore
"""Credentials model used to store provider credentials."""
def __repr__(self) -> str:
- """String representation of the credentials."""
+ """Define the string representation of the credentials."""
return (
self.__class__.__name__
+ "\n\n"