summaryrefslogtreecommitdiff
path: root/jsonpatch.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 /jsonpatch.py
parent71bdeed8b49390ff14fe8f0434fc8a1038d89128 (diff)
downloadpython-json-patch-d5a7aed0debac7f08265b0f1bf745bfaadc6e719.tar.gz
Remove ununsed imports and variables
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 422812d..48dc2f8 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -37,8 +37,6 @@ from __future__ import unicode_literals
import collections
import copy
import functools
-import inspect
-import itertools
import json
import sys