From dede6441a95035ed17929b9bcbee86d583ae9cd6 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sun, 26 Jul 2026 12:18:09 +0100 Subject: [PATCH] test commit --- pipeline/raw_to_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/raw_to_base.py b/pipeline/raw_to_base.py index 1f3cbe1..e7d880d 100644 --- a/pipeline/raw_to_base.py +++ b/pipeline/raw_to_base.py @@ -8,6 +8,7 @@ import polars as pl import config.exit_codes as ec +#test comment for pr check class RawToBase: def __init__(self, config: dict[str, Any],logger):