mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #110 from linuxlewis/main
Fix TypeError for GitlabProvider
This commit is contained in:
commit
d5b9be23d3
1 changed files with 3 additions and 0 deletions
|
|
@ -259,4 +259,7 @@ class GitLabProvider(GitProvider):
|
|||
return None
|
||||
|
||||
def publish_labels(self, labels):
|
||||
pass
|
||||
|
||||
def publish_inline_comments(self, comments: list[dict]):
|
||||
pass
|
||||
Loading…
Reference in a new issue