Skip to content

Commit 324eb5c

Browse files
committed
spacing fixed
1 parent 6a1733d commit 324eb5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

compute_worker/compute_worker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def setup_celery_logging(**kwargs):
262262
),
263263
]
264264

265+
265266
# -----------------------------------------------
266267
# Exceptions
267268
# -----------------------------------------------
@@ -1233,8 +1234,6 @@ def prepare(self):
12331234
# Only during prediction step do we want to announce "preparing"
12341235
self._update_status(SubmissionStatus.PREPARING, extra_information=f"ingestion_hostname-{hostname}")
12351236

1236-
1237-
12381237
# Setup cache and prune if it's out of control
12391238
self._prep_cache_dir()
12401239

0 commit comments

Comments
 (0)