Skip to content
Snippets Groups Projects
Commit 351c4401 authored by Christoph Alt's avatar Christoph Alt
Browse files

added a doc string

parent 4db8b35b
No related branches found
No related tags found
No related merge requests found
Pipeline #56793 passed
...@@ -2,6 +2,7 @@ import yaml ...@@ -2,6 +2,7 @@ import yaml
class Reference: class Reference:
"""Represents the !reference tags from Gitlab Ci yamls."""
yaml_tag = '!reference' yaml_tag = '!reference'
def __init__(self, values): def __init__(self, values):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment