Fix gitlab reviews syntax error #440
Annotations
1 warning
Run dciborow/action-pylint@0.1.0:
augur/tasks/gitlab/issues_task.py#L39
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Raw Output:
augur/tasks/gitlab/issues_task.py:39:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
Loading