From dd74436ffd227fb525fd1d784dfd9d09f0f9f5dc Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 28 May 2015 15:47:20 +0100 Subject: [PATCH] Unused import --- synapse/util/jsonobject.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/synapse/util/jsonobject.py b/synapse/util/jsonobject.py index 186ff2335..00f86ed22 100644 --- a/synapse/util/jsonobject.py +++ b/synapse/util/jsonobject.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import copy - class JsonEncodedObject(object): """ A common base class for defining protocol units that are represented