Skip to content

Commit

Permalink
see if this resolves civis pytest deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Feb 4, 2025
1 parent 8581289 commit 9c6a0ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ddtrace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
from ._monkey import patch_all # noqa: E402
from .internal.compat import PYTHON_VERSION_INFO # noqa: E402
from .internal.utils.deprecations import DDTraceDeprecationWarning # noqa: E402

# TODO(munir): Remove the imports below in v3.0
from ddtrace._trace import pin as _ # noqa: E402, F401
from ddtrace._trace import span as _ # noqa: E402, F401
from ddtrace._trace import tracer as _ # noqa: E402, F401
from ddtrace.vendor import debtcollector
from .version import get_version # noqa: E402

Expand Down

0 comments on commit 9c6a0ca

Please sign in to comment.