From 351c4401470a26239f03ce2694a4af87dd3bbf45 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Thu, 2 Nov 2023 13:59:22 +0100
Subject: [PATCH] added a doc string

---
 cbutil/yaml_util.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cbutil/yaml_util.py b/cbutil/yaml_util.py
index 17f30e5..ccb9720 100644
--- a/cbutil/yaml_util.py
+++ b/cbutil/yaml_util.py
@@ -2,6 +2,7 @@ import yaml
 
 
 class Reference:
+    """Represents the !reference tags from Gitlab Ci yamls."""
     yaml_tag = '!reference'
 
     def __init__(self, values):
-- 
GitLab