Skip to content

Commit 1c426c8

Browse files
umaannamalaigithub-actions[bot]
authored andcommitted
[Mega-Linter] Apply linters fixes
1 parent 7687c06 commit 1c426c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

newrelic/api/datastore_trace.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ def datastore_trace(product, target, operation, host=None, port_path_or_id=None,
287287
)
288288

289289

290-
def wrap_datastore_trace(module, object_path, product, target, operation, host=None, port_path_or_id=None, database_name=None):
290+
def wrap_datastore_trace(
291+
module, object_path, product, target, operation, host=None, port_path_or_id=None, database_name=None
292+
):
291293
"""Method applies custom timing to datastore query.
292294
293295
:param module: Module containing the method to be instrumented.

0 commit comments

Comments
 (0)