summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jsonschema/tests/fuzz_validate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonschema/tests/fuzz_validate.py b/jsonschema/tests/fuzz_validate.py
index 47ac09e..52675d1 100644
--- a/jsonschema/tests/fuzz_validate.py
+++ b/jsonschema/tests/fuzz_validate.py
@@ -10,7 +10,6 @@ from hypothesis import given, strategies
import jsonschema
-
PRIM = strategies.one_of(
strategies.booleans(),
strategies.integers(),