From 3726a9017a8c3503547dd03a96ed3a8ebe90641c Mon Sep 17 00:00:00 2001 From: OJ Adeyemi <154638560+ojadeyemi@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:19:59 -0400 Subject: [PATCH] Update __init__.py testing out updated workflow Signed-off-by: OJ Adeyemi <154638560+ojadeyemi@users.noreply.github.com> --- data_pipeline/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_pipeline/__init__.py b/data_pipeline/__init__.py index 1e0753a..e4ad820 100644 --- a/data_pipeline/__init__.py +++ b/data_pipeline/__init__.py @@ -16,4 +16,4 @@ def update_db(): """ Update Database """ - update_usports_bball_db(database_url) \ No newline at end of file + update_usports_bball_db(database_url)