Skip to content

Commit 770cea1

Browse files
committed
Removing misleading comment
1 parent 775dc16 commit 770cea1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/get_data/run.py

-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
import logging
77
import os
88

9-
import requests
109
import wandb
11-
import tempfile
1210

1311
from wandb_utils.log_artifact import log_artifact
1412

@@ -21,8 +19,6 @@ def go(args):
2119
run = wandb.init(job_type="download_file")
2220
run.config.update(args)
2321

24-
# We stream the file so that it can be downloaded even if it is bigger
25-
# than the available memory
2622
logger.info(f"Returning sample {args.sample}")
2723
logger.info(f"Uploading {args.artifact_name} to Weights & Biases")
2824
log_artifact(

0 commit comments

Comments
 (0)