From b80a0951969908d687c701f6330c95f96d2de441 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 2 Feb 2019 14:44:55 -0800 Subject: [PATCH] python: Stop importing PushNotificationBouncerException from wrong file. Signed-off-by: Anders Kaseorg --- zerver/tests/test_push_notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/tests/test_push_notifications.py b/zerver/tests/test_push_notifications.py index 01dc463ec9..c4a0783376 100644 --- a/zerver/tests/test_push_notifications.py +++ b/zerver/tests/test_push_notifications.py @@ -43,9 +43,9 @@ from zerver.lib.actions import do_delete_messages from zerver.lib.soft_deactivation import do_soft_deactivate_users from zerver.lib import push_notifications as apn from zerver.lib.push_notifications import get_mobile_push_content, \ - DeviceToken, PushNotificationBouncerException, get_apns_client + DeviceToken, get_apns_client from zerver.lib.remote_server import send_analytics_to_remote_server, \ - build_analytics_data + build_analytics_data, PushNotificationBouncerException from zerver.lib.request import JsonableError from zerver.lib.response import json_success from zerver.lib.test_classes import (