summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-07-05 23:36:41 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-07-05 23:36:41 +1000
commit9b3a63e1c8cb22f08473626b8f29df2942ab61e6 (patch)
tree7d0389e6501e91f0b045b4108998e15c3d614396 /tests
parentlinting (diff)
downloadsynapse-9b3a63e1c8cb22f08473626b8f29df2942ab61e6.tar.xz
linting
Diffstat (limited to 'tests')
-rw-r--r--tests/unittest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittest.py b/tests/unittest.py
index e6f90077e9..89bd1e174c 100644
--- a/tests/unittest.py
+++ b/tests/unittest.py
@@ -23,7 +23,6 @@ from mock import Mock
 
 from canonicaljson import json
 
-import twisted
 from twisted.internet.defer import Deferred, succeed
 from twisted.python.threadpool import ThreadPool
 from twisted.trial import unittest