From d5a7aed0debac7f08265b0f1bf745bfaadc6e719 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 16 Jan 2018 14:24:29 +0200 Subject: Remove ununsed imports and variables --- jsonpatch.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'jsonpatch.py') 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 -- cgit v1.2.1