Fix TypeError for GitlabProvider

This commit is contained in:
sambone
2023-07-20 11:48:38 -05:00
parent 63c4c7e584
commit 05f29cc406

View File

@ -259,4 +259,7 @@ class GitLabProvider(GitProvider):
return None
def publish_labels(self, labels):
pass
def publish_inline_comments(self, comments: list[dict]):
pass