Skip to content

Commit 3998c85

Browse files
committed
Remove dead code from the sanity checker.
1 parent b038102 commit 3998c85

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/jsonschema_suite

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#! /usr/bin/env python3
2-
from __future__ import print_function
3-
from pprint import pformat
42
import argparse
53
import errno
64
import fnmatch
@@ -13,9 +11,6 @@ import textwrap
1311
import unittest
1412
import warnings
1513

16-
if getattr(unittest, "skipIf", None) is None:
17-
unittest.skipIf = lambda cond, msg : lambda fn : fn
18-
1914
try:
2015
import jsonschema.validators
2116
except ImportError:

0 commit comments

Comments
 (0)