Skip to content

Commit be9abb3

Browse files
committed
remove import of private ddtrace constant
1 parent 0e663f3 commit be9abb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
from datadog_lambda.metric import lambda_metric
1717
from datadog_lambda.thread_stats_writer import ThreadStatsWriter
1818
from ddtrace.trace import Span, tracer
19-
from ddtrace.internal.constants import MAX_UINT_64BITS
19+
2020

2121
from tests.utils import get_mock_context, reset_xray_connection
2222

23+
MAX_UINT_64BITS = (1 << 64) - 1
2324

2425
class TestDatadogLambdaWrapper(unittest.TestCase):
2526
def setUp(self):

0 commit comments

Comments
 (0)