From b55f961485cd306d31aa7eff843541a68bcae7ef Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Tue, 14 Jan 2025 16:10:59 -0800 Subject: [PATCH] testcodecov --- agentstack/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agentstack/conf.py b/agentstack/conf.py index 4411aab4..1d493ed4 100644 --- a/agentstack/conf.py +++ b/agentstack/conf.py @@ -93,6 +93,7 @@ class ConfigFile(BaseModel): template: Optional[str] = None template_version: Optional[str] = None + print('hello tests') def __init__(self): if os.path.exists(PATH / CONFIG_FILENAME): with open(PATH / CONFIG_FILENAME, 'r') as f: