From 4d5ed916f2c87a5832f4a7887e7ebfb3bb2b8d48 Mon Sep 17 00:00:00 2001 From: Robson Date: Mon, 21 Oct 2024 16:08:46 -0300 Subject: [PATCH] remove breaakpoints --- src/io/get_last_ref_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/get_last_ref_date.py b/src/io/get_last_ref_date.py index 622577f..06d694d 100644 --- a/src/io/get_last_ref_date.py +++ b/src/io/get_last_ref_date.py @@ -33,7 +33,7 @@ def main(): # get the most common on 'last_modified' from source ref_date = max(list_last_modified_at) print('last updated date is ', ref_date) - breakpoint() + return ref_date