Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Nov 17, 2023
1 parent bd12a8f commit 0cc9e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioinject/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def wrapper(*args: _P.args, **kwargs: _P.kwargs) -> _T:

if inject_method is InjectMethod.container:
with context:
return execute()
return execute()

return execute()

Expand Down

0 comments on commit 0cc9e7d

Please sign in to comment.