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