summaryrefslogtreecommitdiff
path: root/ext_tests.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-01-16 14:24:29 +0200
committerHugo <hugovk@users.noreply.github.com>2018-01-16 14:24:29 +0200
commitd5a7aed0debac7f08265b0f1bf745bfaadc6e719 (patch)
treef041e8a5512eda81bbc631fb9a8d629049cf7efe /ext_tests.py
parent71bdeed8b49390ff14fe8f0434fc8a1038d89128 (diff)
downloadpython-json-patch-d5a7aed0debac7f08265b0f1bf745bfaadc6e719.tar.gz
Remove ununsed imports and variables
Diffstat (limited to 'ext_tests.py')
-rwxr-xr-xext_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext_tests.py b/ext_tests.py
index 05576c6..2770c8e 100755
--- a/ext_tests.py
+++ b/ext_tests.py
@@ -34,7 +34,6 @@
""" Script to run external tests, eg from
https://github.com/json-patch/json-patch-tests """
-from functools import partial
import doctest
import unittest
import jsonpatch