diff options
author | Julian Berman <Julian@GrayVines.com> | 2020-08-04 09:57:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 09:57:24 -0400 |
commit | 8a9852ef8e93c52da3e823c8dbb3cb175a3bfa71 (patch) | |
tree | 8dcb0a65fe3b912d54168bf7e1f56342d34746d0 /json | |
parent | 12f5fbb91fe535b88b3463286aed1f0a93d378ff (diff) | |
parent | 027feac3cd6d2970ec56d08c566cef66731b637e (diff) | |
download | jsonschema-8a9852ef8e93c52da3e823c8dbb3cb175a3bfa71.tar.gz |
Merge pull request #709 from Djailla/py2
[compat] Drop support of PY2
Diffstat (limited to 'json')
-rwxr-xr-x | json/bin/jsonschema_suite | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json/bin/jsonschema_suite b/json/bin/jsonschema_suite index c8bb7ba..9ccd8e8 100755 --- a/json/bin/jsonschema_suite +++ b/json/bin/jsonschema_suite @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -from __future__ import print_function from pprint import pformat import argparse import errno |