Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor-de-araujo committed Sep 30, 2024
1 parent e325f7c commit 7baae74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/debugging/mocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from collections import Counter
from contextlib import contextmanager
import json
from time import monotonic
from time import sleep
from typing import Any
from typing import Generator
Expand All @@ -16,7 +17,6 @@
from ddtrace.debugging._probe.remoteconfig import _filter_by_env_and_version
from ddtrace.debugging._signal.collector import SignalCollector
from ddtrace.debugging._uploader import LogsIntakeUploaderV1
from ddtrace.internal.compat import monotonic
from tests.debugging.probe.test_status import DummyProbeStatusLogger


Expand Down
2 changes: 1 addition & 1 deletion tests/submod/stuff.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(self):
foo = property(operator.attrgetter("_foo"))


from ddtrace.internal.compat import monotonic_ns # noqa:E402
from time import monotonic_ns # noqa:E402


def durationstuff(ns):
Expand Down

0 comments on commit 7baae74

Please sign in to comment.