We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44eaddf commit c343de4Copy full SHA for c343de4
dataikuapi/dss/project.py
@@ -966,9 +966,7 @@ def get_resolved_variables(self, typed=False):
966
Get a dictionary of resolved variables of this project.
967
968
:param bool typed: if True, the variable values will be typed in the returned dict, defaults to False
969
- :return: a dictionary with instance and project variables merged
970
-
971
- :returns: a dictionary of the resolved project variables
+ :returns: a dictionary with instance and project variables merged
972
"""
973
return self.client._perform_json(
974
"GET",
0 commit comments