Skip to content

Commit 3000d1c

Browse files
committed
minor updates
rebasing
1 parent 138a27c commit 3000d1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute_worker/compute_worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def to_bool(val):
114114
WORKER_BUNDLE_URL_REWRITE = get("WORKER_BUNDLE_URL_REWRITE", "").strip()
115115

116116

117-
118117
# -----------------------------------------------
119118
# Program Kind
120119
# -----------------------------------------------
@@ -293,7 +292,6 @@ def rewrite_bundle_url_if_needed(url):
293292
"""
294293

295294
rule = Settings.WORKER_BUNDLE_URL_REWRITE
296-
297295
if not rule or "|" not in rule:
298296
return url
299297
src, dst = rule.split("|", 1)

0 commit comments

Comments
 (0)