From 3fb97e342b125d932084ba95d007ca5b6a657e8e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 24 Sep 2021 22:12:57 +0200 Subject: [PATCH] Undefined name: import sys for line 33 (#6519) --- projects/pyyaml/fuzz_loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/pyyaml/fuzz_loader.py b/projects/pyyaml/fuzz_loader.py index 6cbfaf0c9..40c9fcc56 100644 --- a/projects/pyyaml/fuzz_loader.py +++ b/projects/pyyaml/fuzz_loader.py @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +import sys + import atheris with atheris.instrument_imports():