diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index 988c4e32f..f3c3ca819 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -14,7 +14,6 @@ # limitations under the License. from synapse.push import Pusher, PusherConfigException -from synapse.http.client import import logging