From 0cbd36271e713e36b98c5ebedc6f4d5b1ea108c2 Mon Sep 17 00:00:00 2001 From: dkang-quora Date: Thu, 18 Apr 2024 13:38:20 +0900 Subject: [PATCH] black --- asynq/contexts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asynq/contexts.py b/asynq/contexts.py index 0998a79..f688642 100644 --- a/asynq/contexts.py +++ b/asynq/contexts.py @@ -67,7 +67,6 @@ def leave_context(context, active_task): active_task._leave_context(context) - class AsyncContext(object): """Base class for contexts that should pause and resume during an async's function execution.