We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be8493 commit 0b46138Copy full SHA for 0b46138
1 file changed
pyartifactory/objects/artifact.py
@@ -363,7 +363,6 @@ def move(self, artifact_current_path: str, artifact_new_path: str, dryrun: bool
363
def delete(self, artifact_path: str) -> None:
364
"""
365
:param artifact_path: Path to file in Artifactory
366
- :return: bool
367
368
artifact_path = artifact_path.lstrip("/")
369
self._delete(f"{artifact_path}")
0 commit comments