Skip to content

Commit 93ddaff

Browse files
Fix #163 using logic from PR #164
1 parent 7304aba commit 93ddaff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nexios/dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ async def wrapped(*args: List[Any], **kwargs: Dict[str, Any]) -> Any:
6565
):
6666
bound_args.arguments[param.name] = ctx
6767

68-
# --- Generator/async generator cleanup support ---
6968
cleanup_callbacks = []
7069
# Store cleanup in context if possible
7170
if ctx is not None:

0 commit comments

Comments
 (0)