Skip to content

Commit bbc7904

Browse files
committed
fix lint
1 parent 52a1ff9 commit bbc7904

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

functions-python/batch_process_dataset/src/scripts/download_verifier.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ def verify_download_content(producer_url: str):
4040
if __name__ == "__main__":
4141
logging.basicConfig(level=logging.INFO)
4242
# Example usage: Replace the placeholder URL with the actual producer URL before running.
43-
verify_download_content(
44-
producer_url="https://example.com/your-dataset.zip"
45-
)
43+
verify_download_content(producer_url="https://example.com/your-dataset.zip")

0 commit comments

Comments
 (0)