azure fix

This commit is contained in:
mrT23
2024-07-11 18:21:21 +03:00
parent 6135bf1f53
commit 734a027702
3 changed files with 33 additions and 5 deletions

View File

@ -193,6 +193,9 @@ class GitProvider(ABC):
def get_comment_url(self, comment) -> str:
return ""
def delete_comment(self, comment):
comment.delete()
#### labels operations ####
@abstractmethod
def publish_labels(self, labels):