From fae5a6506ce294ce6b2b251bf70c9e6d6582b1cd Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 31 Mar 2021 16:16:44 +0200 Subject: [PATCH] added `url` argument back to docstring --- igniter/tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/igniter/tools.py b/igniter/tools.py index 38d7fa2b26..08157e8728 100644 --- a/igniter/tools.py +++ b/igniter/tools.py @@ -193,6 +193,9 @@ def get_pype_global_settings(url: str) -> dict: We are loading data from database `pype` and collection `settings`. There we expect document type `global_settings`. + Args: + url (str): MongoDB url. + Returns: dict: With settings data. Empty dictionary is returned if not found. """