summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorBastien Vallet <b.vallet@criteo.com>2020-07-22 11:35:43 +0200
committerBastien Vallet <b.vallet@criteo.com>2020-07-30 08:42:23 +0200
commit027feac3cd6d2970ec56d08c566cef66731b637e (patch)
treefef349dbb16ce6072b9cfa64c5ed430c218aa5a9 /json
parentdd31840bc29329534fc6a2eee23137893aa068d8 (diff)
downloadjsonschema-027feac3cd6d2970ec56d08c566cef66731b637e.tar.gz
[compat] Drop support of PY2
Allowing to drop six requirement
Diffstat (limited to 'json')
-rwxr-xr-xjson/bin/jsonschema_suite1
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