summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-28 15:47:20 +0100
committerErik Johnston <erik@matrix.org>2015-05-28 15:47:20 +0100
commitdd74436ffd227fb525fd1d784dfd9d09f0f9f5dc (patch)
treedaf3dc014cc9ea50840beed6050329da3ea1bdfc /synapse/util
parentRemove a deep copy (diff)
downloadsynapse-dd74436ffd227fb525fd1d784dfd9d09f0f9f5dc.tar.xz
Unused import
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/jsonobject.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/util/jsonobject.py b/synapse/util/jsonobject.py
index 186ff2335b..00f86ed220 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