Skip to content

Commit 61077c1

Browse files
committed
Linting
1 parent 86e7532 commit 61077c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

newrelic/config.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,12 @@ def _process_module_builtin_defaults():
37193719
"valkey.commands.graph.commands", "newrelic.hooks.datastore_valkey", "instrument_valkey_commands_graph_commands"
37203720
)
37213721

3722-
_process_module_definition("motor.motor_asyncio", "newrelic.hooks.datastore_motor", "instrument_motor_motor_asyncio")
3723-
_process_module_definition("motor.motor_tornado", "newrelic.hooks.datastore_motor", "instrument_motor_motor_tornado")
3722+
_process_module_definition(
3723+
"motor.motor_asyncio", "newrelic.hooks.datastore_motor", "instrument_motor_motor_asyncio"
3724+
)
3725+
_process_module_definition(
3726+
"motor.motor_tornado", "newrelic.hooks.datastore_motor", "instrument_motor_motor_tornado"
3727+
)
37243728

37253729
_process_module_definition(
37263730
"piston.resource",

0 commit comments

Comments
 (0)