Skip to content

Commit 7f5c87f

Browse files
authored
remove space to please pre-commit
1 parent 693c3b0 commit 7f5c87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/prepull_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def prepull_images(namespace: str,
297297
try:
298298
logging.info('FIRST BATCH : CPU IMAGES')
299299
prepull_images(namespace=NAMESPACE, image_type="cpu")
300-
time.sleep(3660) # To avoid exceeding the Docker pull limit
300+
time.sleep(3660) # To avoid exceeding the Docker pull limit
301301
logging.info('SECOND BATCH : GPU IMAGES')
302302
prepull_images(namespace=NAMESPACE, image_type="gpu")
303303
logging.info('PRE-PULL PROCESS DONE')

0 commit comments

Comments
 (0)