diff --git a/ddtrace/appsec/_iast/_ast/ast_patching.py b/ddtrace/appsec/_iast/_ast/ast_patching.py index b2e99c25f2d..11b451b9689 100644 --- a/ddtrace/appsec/_iast/_ast/ast_patching.py +++ b/ddtrace/appsec/_iast/_ast/ast_patching.py @@ -212,7 +212,7 @@ def astpatch_module(module: ModuleType, remove_flask_run: bool = False) -> Tuple log.debug("empty file: %s", module_path) return "", "" - # JJJ retry + # JJJ retry2 return module_path, source_text # if remove_flask_run: # source_text = _remove_flask_run(source_text)