Skip to content

Commit c343de4

Browse files
committed
Remove duplicate comment in docstring
[ch64060]
1 parent 44eaddf commit c343de4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dataikuapi/dss/project.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,7 @@ def get_resolved_variables(self, typed=False):
966966
Get a dictionary of resolved variables of this project.
967967
968968
: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
969+
:returns: a dictionary with instance and project variables merged
972970
"""
973971
return self.client._perform_json(
974972
"GET",

0 commit comments

Comments
 (0)