Skip to content

Commit

Permalink
fix psutil import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Nov 2, 2023
1 parent 8aed148 commit 603ba07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/appsec/appsec_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
import subprocess
import sys

import psutil

from ddtrace.internal.utils.retry import RetryError
from ddtrace.vendor import psutil
from tests.webclient import Client


Expand Down

0 comments on commit 603ba07

Please sign in to comment.