We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4be8493 + 0b46138 commit be1de3bCopy full SHA for be1de3b
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