From 1cb76b3cf08810fffd6f8029ba439008d95284bf Mon Sep 17 00:00:00 2001 From: nckw Date: Wed, 10 Jan 2024 11:18:58 +0000 Subject: [PATCH] Fix linter complaint in Datacard.py --- python/Datacard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Datacard.py b/python/Datacard.py index 5f93bc66c88..70df8121503 100644 --- a/python/Datacard.py +++ b/python/Datacard.py @@ -9,7 +9,7 @@ class Datacard: This is a container class that is filled by the function parseCards in HiggsAnalysis/CombinedLimit/python/DatacardParser.py. This function parses a given datacards file and fills a Datacard as a data structure that is easily accessible within python - scripts. To simplify access, a set of getter c++-like functions has been added to the class. + scripts. To simplify access, a set of getter c++-like functions has been added to the class. """ def __init__(self):