mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
Fix TypeError for GitlabProvider
This commit is contained in:
parent
63c4c7e584
commit
05f29cc406
1 changed files with 3 additions and 0 deletions
|
|
@ -259,4 +259,7 @@ class GitLabProvider(GitProvider):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def publish_labels(self, labels):
|
def publish_labels(self, labels):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def publish_inline_comments(self, comments: list[dict]):
|
||||||
pass
|
pass
|
||||||
Loading…
Reference in a new issue