Skip to content

Commit 897fb0d

Browse files
authored
remove import of private ddtrace constant (#837)
* remove import of private ddtrace constant * lint
1 parent 0e663f3 commit 897fb0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_wrapper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
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
24+
2325

2426
class TestDatadogLambdaWrapper(unittest.TestCase):
2527
def setUp(self):

0 commit comments

Comments
 (0)