summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-05-20 19:49:19 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-05-20 19:49:19 +0100
commit6fbf2ae9a87309cc41e01d3c114a958c2f400f8b (patch)
tree9fad5d1e0f4366ca03642112f4455dec171cee38
parentConfig and changelog (diff)
downloadsynapse-6fbf2ae9a87309cc41e01d3c114a958c2f400f8b.tar.xz
Remove unused import
-rw-r--r--synapse/rest/client/v2_alpha/password_policy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/password_policy.py b/synapse/rest/client/v2_alpha/password_policy.py

index 1505cff756..d6e00de12c 100644 --- a/synapse/rest/client/v2_alpha/password_policy.py +++ b/synapse/rest/client/v2_alpha/password_policy.py
@@ -15,8 +15,6 @@ import logging -from twisted.internet import defer - from synapse.http.servlet import RestServlet from ._base import client_v2_patterns