From 19a37febe8a3eb36d3fdd5cd5a46d47cfa8251ae Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sat, 15 Oct 2016 09:01:18 -0400 Subject: [PATCH] Unused. --- jsonschema/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py index b390553..8095da9 100644 --- a/jsonschema/tests/test_cli.py +++ b/jsonschema/tests/test_cli.py @@ -63,7 +63,7 @@ class TestCLI(unittest.TestCase): def test_draft3_schema_draft4_validator(self): stdout, stderr = StringIO(), StringIO() with self.assertRaises(SchemaError): - exit_code = cli.run( + cli.run( { "validator": Draft4Validator, "schema": {