File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments