Skip to content

Commit 495c63f

Browse files
Fixed docstring for return type of MarketplaceResource.set_icon
1 parent bb3d238 commit 495c63f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

connect/resources/marketplace.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def set_icon(self, id_, path):
2828
2929
:param str id_: Id of the Marketplace.
3030
:param str path: Path to the icon file that will be sent to Connect.
31-
:return: Whether the icon was successfully uploaded.
32-
:rtype: bool
3331
"""
3432
icon = self._load_icon(id_, path)
3533
request_path, headers, multipart = self._setup_icon_request(id_, path, icon)

0 commit comments

Comments
 (0)