Skip to content

Commit

Permalink
Fix linter complaint in Datacard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleosynthesis authored Jan 10, 2024
1 parent fe0f9e1 commit 1cb76b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Datacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1cb76b3

Please sign in to comment.