Remove unused import

pull/106/head
Kegan Dougal 2015-03-09 17:48:37 +00:00
parent 04c9751f24
commit 7e0bba555c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ from simplejson import JSONDecodeError
import simplejson as json
from twisted.internet import defer
from syutil.jsonutil import encode_canonical_json
from synapse.api.constants import Membership
from synapse.api.errors import StoreError
from synapse.appservice import ApplicationService, AppServiceTransaction