mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
fix: remove extra blank line in gitlab provider
This commit is contained in:
parent
3efe091bc8
commit
6aa26d8c56
1 changed files with 0 additions and 1 deletions
|
|
@ -560,7 +560,6 @@ class GitLabProvider(GitProvider):
|
||||||
def get_workspace_name(self):
|
def get_workspace_name(self):
|
||||||
return self.id_project.split('/')[0]
|
return self.id_project.split('/')[0]
|
||||||
|
|
||||||
|
|
||||||
def add_eyes_reaction(self, issue_comment_id: int, disable_eyes: bool = False) -> Optional[int]:
|
def add_eyes_reaction(self, issue_comment_id: int, disable_eyes: bool = False) -> Optional[int]:
|
||||||
if disable_eyes:
|
if disable_eyes:
|
||||||
return None
|
return None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue