lint
This commit is contained in:
parent
f81ff2e1de
commit
afb98724d3
6 changed files with 10 additions and 8 deletions
|
@ -52,7 +52,7 @@ class ListGitlabAutomation(ListAutomation):
|
|||
{% endfor %}
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
if 'GITLAB_URL' in current_app.config:
|
||||
self.template_parameters.append("gitlab_url")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue