Skip to content

Commit

Permalink
Fix import issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 3, 2024
1 parent c3314ae commit 266a898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent_unittests/test_package_version_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import warnings

import pytest
import six
from newrelic.packages import six
from testing_support.validators.validate_function_called import validate_function_called

from newrelic.common.package_version_utils import (
Expand Down

0 comments on commit 266a898

Please sign in to comment.