Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Nov 19, 2024
1 parent 86e7532 commit 61077c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions newrelic/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3719,8 +3719,12 @@ def _process_module_builtin_defaults():
"valkey.commands.graph.commands", "newrelic.hooks.datastore_valkey", "instrument_valkey_commands_graph_commands"
)

_process_module_definition("motor.motor_asyncio", "newrelic.hooks.datastore_motor", "instrument_motor_motor_asyncio")
_process_module_definition("motor.motor_tornado", "newrelic.hooks.datastore_motor", "instrument_motor_motor_tornado")
_process_module_definition(
"motor.motor_asyncio", "newrelic.hooks.datastore_motor", "instrument_motor_motor_asyncio"
)
_process_module_definition(
"motor.motor_tornado", "newrelic.hooks.datastore_motor", "instrument_motor_motor_tornado"
)

_process_module_definition(
"piston.resource",
Expand Down

0 comments on commit 61077c1

Please sign in to comment.