Skip to content

Commit bc17435

Browse files
lrafeeinewrelic-python-agent-team
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent e9fcc25 commit bc17435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newrelic/hooks/framework_azurefunctions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ async def wrap_dispatcher__handle__invocation_request(wrapped, instance, args, k
8484
# to create attribute checks for this functionality:
8585
function_id = request.invocation_request.function_id
8686
binding_type = instance._functions.get_function(function_id).trigger_metadata["type"]
87-
87+
8888
# For now, NR only supports HTTP triggers.
8989
# In the future, we will have setup logic for other
9090
# trigger types within this instrumentation.
9191
if not binding_type.startswith("http"):
9292
return await wrapped(*args, **kwargs)
93-
93+
9494
except Exception:
9595
pass
9696

0 commit comments

Comments
 (0)