summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-01-28 09:17:48 +0000
committerKegan Dougal <kegan@matrix.org>2015-01-28 09:17:48 +0000
commitb46fa8603e8e0726ea12310a77ade5cea59c3ae2 (patch)
tree2b5c2259f38cb2e74ac6e4affa72e1d356a3e1ab /synapse
parentLog when ASes are registered/unregistered. (diff)
downloadsynapse-b46fa8603e8e0726ea12310a77ade5cea59c3ae2.tar.xz
Remove unused import
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/appservice.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/storage/appservice.py b/synapse/storage/appservice.py
index cd15843ba3..533fac4972 100644
--- a/synapse/storage/appservice.py
+++ b/synapse/storage/appservice.py
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from twisted.internet import defer
-
 from synapse.api.errors import StoreError
 
 from ._base import SQLBaseStore