summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-30 11:43:00 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-30 11:43:00 +0000
commitc562f237f6236c981f2e7858ff2748f62bd63ad1 (patch)
tree8cf7a3a491f38ed0febe86d355ab069457737982 /synapse/api
parentCreate a separate filter object to do the actual filtering, so that we can (diff)
downloadsynapse-c562f237f6236c981f2e7858ff2748f62bd63ad1.tar.xz
Unused import
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/filtering.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/filtering.py b/synapse/api/filtering.py
index b7e5d3222f..fa4de2614d 100644
--- a/synapse/api/filtering.py
+++ b/synapse/api/filtering.py
@@ -12,8 +12,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-from twisted.internet import defer
-
 from synapse.api.errors import SynapseError
 from synapse.types import UserID, RoomID