Skip to content

Commit be1de3b

Browse files
authored
docs: edit artifact.delete docstring return type
2 parents 4be8493 + 0b46138 commit be1de3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)