mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Fix TypeError for GitlabProvider
This commit is contained in:
@ -260,3 +260,6 @@ class GitLabProvider(GitProvider):
|
|||||||
|
|
||||||
def publish_labels(self, labels):
|
def publish_labels(self, labels):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def publish_inline_comments(self, comments: list[dict]):
|
||||||
|
pass
|
Reference in New Issue
Block a user