Remove unused import
This commit is contained in:
parent
04c9751f24
commit
7e0bba555c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue