File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from newrelic .common .object_wrapper import wrap_function_wrapper
1615from newrelic .api .function_trace import FunctionTrace
1716from newrelic .common .object_names import callable_name
17+ from newrelic .common .object_wrapper import wrap_function_wrapper
1818from newrelic .common .signature import bind_args
1919
2020
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from testing_support .fixtures import collector_agent_registration_fixture , collector_available_fixture
1615from testing_support .fixture .event_loop import event_loop as loop
17-
16+ from testing_support . fixtures import collector_agent_registration_fixture , collector_available_fixture
1817
1918_default_settings = {
2019 "package_reporting.enabled" : False , # Turn off package reporting for testing as it causes slowdowns.
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515import pytest
16+ from fastmcp .client import Client
17+ from fastmcp .client .transports import FastMCPTransport
18+ from fastmcp .server .server import FastMCP
1619from testing_support .validators .validate_transaction_metrics import validate_transaction_metrics
1720
1821from newrelic .api .background_task import background_task
1922
20- from fastmcp .client import Client
21- from fastmcp .server .server import FastMCP
22- from fastmcp .client .transports import FastMCPTransport
23-
2423
2524@pytest .fixture
2625def fastmcp_server ():
You can’t perform that action at this time.
0 commit comments