Merge pull request #110 from linuxlewis/main

Fix TypeError for GitlabProvider
This commit is contained in:
mrT23
2023-07-20 19:52:43 +03:00
committed by GitHub

View File

@ -260,3 +260,6 @@ class GitLabProvider(GitProvider):
def publish_labels(self, labels):
pass
def publish_inline_comments(self, comments: list[dict]):
pass