[Docs] Add missing descriptions for function returns (#3054)

* docs: add missing descriptions for function returns

* chore(changelog): add towncrier entry
This commit is contained in:
jack1142
2019-10-22 04:41:35 +02:00
committed by Michael H
parent a3b6aafaca
commit 8267ad9aab
7 changed files with 20 additions and 4 deletions

View File

@@ -214,6 +214,7 @@ def storage_type() -> str:
Returns
-------
str
Storage type.
"""
try:
return basic_config["STORAGE_TYPE"]
@@ -229,5 +230,6 @@ def storage_details() -> dict:
Returns
-------
dict
Storage details.
"""
return basic_config.get("STORAGE_DETAILS", {})