diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-28 15:47:20 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-28 15:47:20 +0100 |
commit | dd74436ffd227fb525fd1d784dfd9d09f0f9f5dc (patch) | |
tree | daf3dc014cc9ea50840beed6050329da3ea1bdfc /synapse/util/jsonobject.py | |
parent | Remove a deep copy (diff) | |
download | synapse-dd74436ffd227fb525fd1d784dfd9d09f0f9f5dc.tar.xz |
Unused import
Diffstat (limited to 'synapse/util/jsonobject.py')
-rw-r--r-- | synapse/util/jsonobject.py | 2 |
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 |