Skip to content

Commit

Permalink
[Mega-Linter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai authored and github-actions[bot] committed Jul 31, 2023
1 parent 7687c06 commit 1c426c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion newrelic/api/datastore_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def datastore_trace(product, target, operation, host=None, port_path_or_id=None,
)


def wrap_datastore_trace(module, object_path, product, target, operation, host=None, port_path_or_id=None, database_name=None):
def wrap_datastore_trace(
module, object_path, product, target, operation, host=None, port_path_or_id=None, database_name=None
):
"""Method applies custom timing to datastore query.
:param module: Module containing the method to be instrumented.
Expand Down

0 comments on commit 1c426c8

Please sign in to comment.