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://'):