From f6860f1f3d8d4e92b9be0e5815355a8976c6e75b Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 5 Apr 2022 17:42:02 +0000 Subject: [PATCH] Remove shebang Co-authored-by: Hugo van Kemenade --- tests/fuzz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fuzz.py b/tests/fuzz.py index da7dcb1d..043ce0f1 100644 --- a/tests/fuzz.py +++ b/tests/fuzz.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ A brute force fuzzer for detecting memory issues in ujson.dumps(). To use, first compile ujson in debug mode: