fix: remove extra blank line in gitlab provider

This commit is contained in:
ofir-frd 2025-08-03 17:43:18 +03:00
parent 3efe091bc8
commit 6aa26d8c56

View file

@ -560,7 +560,6 @@ class GitLabProvider(GitProvider):
def get_workspace_name(self):
return self.id_project.split('/')[0]
def add_eyes_reaction(self, issue_comment_id: int, disable_eyes: bool = False) -> Optional[int]:
if disable_eyes:
return None