Skip to content

Commit 0b46138

Browse files
committed
docs: edit artifact.delete docstring return type
1 parent 4be8493 commit 0b46138

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyartifactory/objects/artifact.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ def move(self, artifact_current_path: str, artifact_new_path: str, dryrun: bool
363363
def delete(self, artifact_path: str) -> None:
364364
"""
365365
:param artifact_path: Path to file in Artifactory
366-
:return: bool
367366
"""
368367
artifact_path = artifact_path.lstrip("/")
369368
self._delete(f"{artifact_path}")

0 commit comments

Comments
 (0)