Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Feb 3, 2025
1 parent d60648c commit 03c1f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtrace/_monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@


if TYPE_CHECKING: # pragma: no cover
from typing import Any # noqa:F401
from typing import Callable # noqa:F401
from typing import List # noqa:F401
from typing import Union # noqa:F401
Expand Down

0 comments on commit 03c1f82

Please sign in to comment.