Skip to content

Commit 9250b37

Browse files
committed
Remove commented code
1 parent 7e11859 commit 9250b37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasktiger/tasktiger.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ def task(
375375
def _wrap(func: Callable[P, R]) -> TaskCallable[P, R]:
376376
tc = TaskCallable(func, self)
377377
tc._task_hard_timeout = hard_timeout
378-
# if queue is not None:
379-
# tc._task_queue = queue
380-
# elif self.config is not None:
381-
# tc._task_queue = self.config["DEFAULT_QUEUE"]
382378
tc._task_queue = queue
383379
tc._task_unique = unique
384380
tc._task_unique_key = unique_key

0 commit comments

Comments
 (0)