From 700c6312c3eb4ecde62a37762ab94aefadc0e8b0 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 9 Jul 2024 13:55:32 -0400 Subject: [PATCH] Update .github/check_and_update.py Co-authored-by: Ettore Di Giacinto Signed-off-by: Dave --- .github/check_and_update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/check_and_update.py b/.github/check_and_update.py index 994db6693853..448844fdc10c 100644 --- a/.github/check_and_update.py +++ b/.github/check_and_update.py @@ -7,7 +7,6 @@ uri = sys.argv[0] file_name = uri.split('/')[-1] -# Function to parse the URI and determine download method # Function to parse the URI and determine download method def parse_uri(uri): if uri.startswith('huggingface://'):