This commit is contained in:
Iain Learmonth 2022-08-30 14:15:06 +01:00
parent f81ff2e1de
commit afb98724d3
6 changed files with 10 additions and 8 deletions

View file

@ -26,4 +26,3 @@ class BlockBridgeGitlabAutomation(BlockBridgeReachabilityAutomation):
)
# Decode the base64 first, then decode the UTF-8 string
self._lines = contents.decode().decode('utf-8').splitlines()

View file

@ -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")