Skip to content

Commit 2008efc

Browse files
committed
ruff
1 parent e70c7fc commit 2008efc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

web/apiv2/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def tasks_create_file(request):
287287
"user_id": request.user.id or 0,
288288
}
289289

290-
task_ids_tmp = []
291290
task_machines = []
292291
vm_list = [vm.label for vm in db.list_machines()]
293292

web/submission/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def index(request, task_id=None, resubmit_hash=None):
366366
opt_apikey = opts.get("apikey", False)
367367

368368
status = "ok"
369-
task_ids_tmp = []
370369
existent_tasks = {}
371370
details = {
372371
"errors": [],

0 commit comments

Comments
 (0)