Skip to content

Commit 6cf5665

Browse files
committed
Adding comments
1 parent 7ee5c19 commit 6cf5665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def duplicate(self, target_project_key, target_project_name
9595
:param boolean exportGitRepository
9696
:param boolean exportInsightsData
9797
:param struct remapping: list of connections to be remapped for the new project
98-
:return:
98+
:returns: A dict containing the original and duplicated project's keys
99+
:rtype: :class:`ProjectDuplicateResult`
99100
"""
100101

101102
obj = {

0 commit comments

Comments
 (0)