Skip to content

Commit f08b017

Browse files
committed
Merge branch 'master' into hv_issue719-job-manager-threaded-job-start
2 parents 2844e40 + 5ed4ac0 commit f08b017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/extra/job_management/test_stac_job_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ def test_persist_multiple_chunks(self, requests_mock, job_db_exists):
446446
chunks = []
447447

448448
def post_bulk_items(request, context):
449-
nonlocal chunks
450449
post_data = request.json()
451450
chunks.append(post_data)
452451
return {"status": "success"}

0 commit comments

Comments
 (0)