Fix pyflakes warnings

This commit is contained in:
Mark Haines 2014-10-27 10:33:17 +00:00
parent 15be181642
commit d56e389a95
4 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,6 @@
from twisted.web.http import HTTPClient
from twisted.internet.protocol import Factory
from twisted.internet import defer, reactor
from twisted.internet.endpoints import connectProtocol
from synapse.http.endpoint import matrix_endpoint
import json
import logging