Skip to content

Commit

Permalink
Clean out imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Dec 22, 2023
1 parent 3006415 commit 0e920cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions tests/logger_logging/test_log_forwarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
from newrelic.api.time_trace import current_trace
from newrelic.api.transaction import current_transaction

from newrelic.packages import six

from testing_support.fixtures import reset_core_stats_engine
from testing_support.util import conditional_decorator
from testing_support.validators.validate_log_event_count import validate_log_event_count
from testing_support.validators.validate_log_event_count_outside_transaction import (
validate_log_event_count_outside_transaction,
Expand Down
10 changes: 1 addition & 9 deletions tests/logger_logging/test_logging_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import logging

import pytest
from conftest import logger as conf_logger

from testing_support.fixtures import (
override_application_settings,
reset_core_stats_engine,
Expand All @@ -35,14 +35,6 @@
from newrelic.api.time_trace import current_trace
from newrelic.api.transaction import current_transaction

_common_attributes_service_linking = {
"timestamp": None,
"hostname": None,
"entity.name": "Python Agent Test (logger_logging)",
"entity.guid": None,
}
_common_attributes_trace_linking = {"span.id": "abcdefgh", "trace.id": "abcdefgh12345678"}


@pytest.fixture(scope="function")
def uninstrument_logging():
Expand Down

0 comments on commit 0e920cf

Please sign in to comment.