Skip to content

Commit

Permalink
pylint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Feb 16, 2024
1 parent 667e0f6 commit 33ac032
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def _set_api_gateway_v2_proxy_attributes(
return span


# pylint: disable=too-many-statements
def _instrument(
wrapped_module_name,
wrapped_function_name,
Expand All @@ -288,6 +289,8 @@ def _instrument(
disable_aws_context_propagation: bool = False,
meter_provider: MeterProvider = None,
):
# pylint: disable=too-many-locals
# pylint: disable=too-many-statements
def _instrumented_lambda_handler_call( # noqa pylint: disable=too-many-branches
call_wrapped, instance, args, kwargs
):
Expand Down

0 comments on commit 33ac032

Please sign in to comment.