Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Feb 29, 2024
1 parent c9609c3 commit 9524b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nebuly/monkey_patching.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ def function_wrapper(
function_name: str,
) -> Callable[[Any], Any]:
@wraps(f)
# pylint: disable=too-many-return-statements
def wrapper(*args: Any, **kwargs: Any) -> Any:
result = None
try:
Expand Down

0 comments on commit 9524b38

Please sign in to comment.