Skip to content

Commit 19a37fe

Browse files
committed
Unused.
1 parent e5738b3 commit 19a37fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsonschema/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TestCLI(unittest.TestCase):
6363
def test_draft3_schema_draft4_validator(self):
6464
stdout, stderr = StringIO(), StringIO()
6565
with self.assertRaises(SchemaError):
66-
exit_code = cli.run(
66+
cli.run(
6767
{
6868
"validator": Draft4Validator,
6969
"schema": {

0 commit comments

Comments
 (0)