Skip to content

Commit d2596a7

Browse files
committed
chore: fix codestyle
1 parent 83ac1ca commit d2596a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/appsec/integrations/django_tests/test_django_appsec_iast.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
from ddtrace.appsec._common_module_patches import patch_common_modules
77
from ddtrace.appsec._constants import IAST
8-
from ddtrace.appsec._iast import oce
9-
from ddtrace.appsec._iast._patch_modules import patch_iast
108
from ddtrace.appsec._iast.constants import VULN_CMDI
119
from ddtrace.appsec._iast.constants import VULN_HEADER_INJECTION
1210
from ddtrace.appsec._iast.constants import VULN_INSECURE_COOKIE
@@ -1005,4 +1003,3 @@ def test_django_xss_secure(client, test_spans, tracer):
10051003

10061004
loaded = root_span.get_tag(IAST.JSON)
10071005
assert loaded is None
1008-

0 commit comments

Comments
 (0)