Skip to content

Commit

Permalink
remove breaakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Oct 21, 2024
1 parent 7781ab6 commit 4d5ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/get_last_ref_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4d5ed91

Please sign in to comment.