Refactor comment deletion method to 'remove_comment' in git providers and update references

This commit is contained in:
mrT23
2024-08-18 08:19:25 +03:00
parent ba1ba98dec
commit a6f772c6d5
3 changed files with 1 additions and 16 deletions

View File

@ -208,9 +208,6 @@ 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):