Remove unused imports

This commit is contained in:
Erik Johnston 2014-11-04 14:14:02 +00:00
parent 68698e0ac8
commit aa76bf39ab
5 changed files with 2 additions and 13 deletions

View file

@ -14,8 +14,6 @@
# limitations under the License.
import logging
from twisted.internet import defer
from synapse.api.errors import StoreError
from synapse.api.events.utils import prune_event
from synapse.util.logutils import log_function