Skip to content

Commit

Permalink
Fixup import path
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Jun 8, 2023
1 parent 93c7460 commit 405d68a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions newrelic/core/agent_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
json_encode,
serverless_payload_encode,
)
from newrelic.common.otlp_utils import OTLP_CONTENT_TYPE
from newrelic.common.utilization import (
AWSUtilization,
AzureUtilization,
Expand All @@ -39,7 +38,7 @@
global_settings_dump,
)
from newrelic.core.internal_metrics import internal_count_metric
from newrelic.core.otlp_utils import otlp_encode
from newrelic.core.otlp_utils import OTLP_CONTENT_TYPE, otlp_encode
from newrelic.network.exceptions import (
DiscardDataForRequest,
ForceAgentDisconnect,
Expand Down

0 comments on commit 405d68a

Please sign in to comment.